Skip to content

ObsidianPhoenix/vsteam

 
 

Repository files navigation

build status

Team

Home of PowerShell module for accessing TFS and VSTS

To get started you can visit this blog PowerShell I would like you to meet TFS and VSTS

Contributors

The cases of every file is very important. This module is to be used on Windows, Linux and OSx so case is important. If the casing does not match Linux and OSx might fail.

Release Notes

1.0.3

Explicit export of alias Fixed typo in help Fixed typo in export of function Changed projectName dynamic parameter to return projects in any state instead of just well-formed.

1.0.2

Added Show-VSTeam* functions

Fixed ReleaseDefinition functions not recognized bug

1.0.1

Renamed from Team to VSTeam. An alias for every function with it's original name is provided.

0.1.34

Added support to queue a build by ID using the Add-VSTeamBuild function. The Add-VSTeamBuild function also fully qualifies the names of build definitions when you tab complete from command line.

I added new fullname extended property to build definition type.

Added support so you can update a project by ID as well as by Name.

0.1.33

The variable to test if you are on Mac OS changed from IsOSX to IsMacOS. Because I have Set-StrictMode -Version Latest trying to access a variable that is not set will crash.

0.1.32

Merge Pull Request from Fergal which included the following:

  • Added Support for Build Tags
  • Added the ability to update KeepForever, and the Build Number
  • Added the ability to pull artifact data from the build

0.1.31

Merge Pull Request from Kees Verhaar which included the following:

  • Add ProjectName as a property on team member so it can be used further down the pipeline

0.1.30

Merge Pull Request from Kees Verhaar which included the following:

  • Add support for teams

0.1.29

Merge Pull Request from Andy Neillans which included the following:

  • Fixed for on-premise URLS being incorrectly classed as VSTS accounts
  • Fixed for projects validation if you have more than 100 projects

0.1.28

Added ID to approval default output

0.1.27

Clearing code analysis warnings

0.1.26

Merge Pull Request from Roberto Peña which included the following:

  • Adding a regular expression to validate VSTS account

0.1.25

  • Moved -Expand parameter of Get-VSTeamRelease to all parameter sets.

0.1.24

  • Added support so you can start a release from a Git commit

0.1.23

Merge Pull Request from Michel Perfetti which included the following:

0.1.22

  • Fixed bug in Set-VSTeamDefaultProject on Mac and Linux

0.1.21

  • Added Get-VSTeamBuildLog that returns the logs of the provided build

Merge Pull Requestfrom Michel Perfetti which included the following:

0.1.19

Removed test folder from module

0.1.18

Merge Pull Request from Christopher Mank which included the following:

  • Created new function in the release module named 'Add-VSTeamReleaseEnvironment'. New function deploys an environment from an existing release.

0.1.16

Merge Pull Request from Andy Neillans which included the following:

  • Bug fix for broken PAT code handling.

0.1.15

Merge Pull Request from Andy Neillans which included the following:

  • Corrected typos in help files.
  • Refactored location of common methods.
  • Implemented using DefaultCredentials when using TFS. This removes the need to create a PAT.

0.1.14

Initial Open Source release

About

PowerShell module for accessing TFS and VSTS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 99.8%
  • JavaScript 0.2%