Skip to content

Commit

Permalink
set AzD Services to use the newest api version by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSchuetze committed Feb 25, 2020
1 parent 1fa5b41 commit f15d119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Public/Set-VSTeamAPIVersion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function Set-VSTeamAPIVersion {
[VSTeamVersions]::Version = $Target
[VSTeamVersions]::Git = '5.1-preview'
[VSTeamVersions]::Core = '5.0'
[VSTeamVersions]::Build = '5.0-preview'
[VSTeamVersions]::Build = '5.1-preview'
[VSTeamVersions]::Release = '5.1-preview'
[VSTeamVersions]::DistributedTask = '5.0-preview'
[VSTeamVersions]::VariableGroups = '5.0-preview.1'
Expand Down

0 comments on commit f15d119

Please sign in to comment.