Skip to content

Commit

Permalink
Merge pull request #5 from ChristopherMank/master
Browse files Browse the repository at this point in the history
Created new function for 'Add-ReleaseEnvironment'
  • Loading branch information
DarqueWarrior authored Apr 20, 2017
2 parents 5d8a1f4 + 2d39bf4 commit d1f9da1
Show file tree
Hide file tree
Showing 4 changed files with 837 additions and 575 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ To get started you can visit this blog [PowerShell I would like you to meet TFS
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
## 0.1.18
Merge [Pull Request](https://github.com/DarqueWarrior/team/pull/5) from [Christopher Mank](https://github.com/ChristopherMank) which included the following:
- Created new function in the release module named 'Add-ReleaseEnvironment'. New function deploys an environment from an existing release.

## 0.1.16
Merge [Pull Request](https://github.com/DarqueWarrior/team/pull/4) from [Andy Neillans](https://github.com/aneillans) which included the following:
- Bug fix for broken PAT code handling.
Expand Down
1 change: 1 addition & 0 deletions Team.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
'Add-BuildDefinition',
'Add-Project',
'Add-Release',
'Add-ReleaseEnvironment',
'Add-ReleaseDefinition',
'Add-TeamAccount',
'Clear-DefaultProject',
Expand Down
Loading

0 comments on commit d1f9da1

Please sign in to comment.