Skip to content

Commit 65dbf94

Browse files
phatcherarturcic
authored andcommitted
Update azure-devops.md
Change to new extension and supply required configuration values
1 parent 2b15375 commit 65dbf94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/input/docs/build-server-support/build-server/azure-devops.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For Visual Studio Team Service or TFS 2015 Update 2 or higher it is recommended
4646
to install the GitVersion extension:
4747

4848
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).
5050

5151
##### Manually installing/updating the custom build step
5252

@@ -86,11 +86,11 @@ variables:
8686
GitVersion.SemVer: ''
8787

8888
steps:
89-
- task: gittools.gitversion.gitversion-task.GitVersion@5
89+
- task: UseGitVersion@5
9090
displayName: gitversion
9191
inputs:
92-
useConfigFile: true
93-
configFilePath: GitVersion.yml
92+
versionSpec: '5.x'
93+
updateAssemblyInfo: true
9494
```
9595
9696
You can now use the `GitVersion.SemVer` environment variable in any subsequent

0 commit comments

Comments
 (0)