MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
445 stars 155 forks source link

Enhance Get-VSTeamProcess #300 #322

Closed jhoneill closed 4 years ago

jhoneill commented 4 years ago

PR Summary

Get-VSTeamProcess now:

PR Checklist

jhoneill commented 4 years ago

I do not want to change the build process in any way at this time.

I've changed my build so that

I have also added a switch to build module if specified

So have we can development that little bit easier with a build-time switch and the "normal" build process is unaffected.

I do not want any testing flags of any kind.

I found one last stray one in Add-VSTeamBuild.ps1 they are all removed from my branches now (I think) _edit / postscript I removed it wrong and broke the test. Doh! Fortunately I tested before pushing the commit.

DarqueWarrior commented 4 years ago

How are you merging the changes from upstream? I see 235 files changed but they really didn't it is making it very time consuming to review this PR.

jhoneill commented 4 years ago

How are you merging the changes from upstream? I see 235 files changed but they really didn't it is making it very time consuming to review this PR.

It was some time back... I think I pulled upstream into to my master branch and then merged master into this branch which had already been created for the PR.

DarqueWarrior commented 4 years ago

I should have these changes in today.

DarqueWarrior commented 4 years ago

Switching Get-VSTeamProcess from Processes to Work breaks TFS2017. I am working switching the call based on the API version being used. I will be merging these changes from another PR because there are too many files changed in this PR to make sense of the actual changes.