File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/input/docs/build-server-support/build-server Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ For Visual Studio Team Service or TFS 2015 Update 2 or higher it is recommended
46
46
to install the GitVersion extension:
47
47
48
48
1 . Install the
49
- [ GitVersion Extension] ( https://marketplace.visualstudio.com/items?itemName=gittools.gitversion ) .
49
+ [ GitVersion Extension] ( https://marketplace.visualstudio.com/items?itemName=gittools.usegitversion ) .
50
50
51
51
##### Manually installing/updating the custom build step
52
52
@@ -86,11 +86,11 @@ variables:
86
86
GitVersion.SemVer : ' '
87
87
88
88
steps :
89
- - task : gittools.gitversion.gitversion-task.GitVersion @5
89
+ - task : UseGitVersion @5
90
90
displayName : gitversion
91
91
inputs :
92
- useConfigFile : true
93
- configFilePath : GitVersion.yml
92
+ versionSpec : ' 5.x '
93
+ updateAssemblyInfo : true
94
94
` ` `
95
95
96
96
You can now use the ` GitVersion.SemVer` environment variable in any subsequent
You can’t perform that action at this time.
0 commit comments