Skip to content

Commit afb907f

Browse files
committed
Updating VSTS name
1 parent fce578c commit afb907f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See [MSBuild Task](/usage/msbuild-task) for further instructions how to use the
1414
3. Set the Tool parameter to `<pathToGitVersion>\GitVersion.exe`.
1515
4. Set the Arguments parameter to `/output buildserver /nofetch`.
1616
5. If you want the GitVersionTask to update AssemblyInfo files add `updateAssemblyInfo true` to the Arguments parameter.
17-
6. If you want to update the build number you need to send a [logging command](https://github.com/Microsoft/vsts-tasks/blob/master/docs/authoring/commands.md) to TFS.
17+
6. If you want to update the build number you need to send a [logging command](https://github.com/Microsoft/azure-pipelines-tasks/blob/master/docs/authoring/commands.md) to TFS.
1818

1919
### Using the custom GitVersion build step
2020
#### Installing
@@ -68,6 +68,6 @@ Just checking the `Clean Repository` check box in the build definition settings
6868
You can force deletion of the whole folder and a re-clone containing all tags by settings the variable `Build.Clean` to `all`.
6969
This will take more time during build but makes sure that all tags are fetched.
7070
In the future it is planned to allow using `git.exe` instead of current `libgit2sharp` for syncing the repos which might allow other possibilities to solve this issue.
71-
For details see this [GitHub issue](https://github.com/Microsoft/vsts-tasks/issues/1218).
71+
For details see this [GitHub issue](https://github.com/Microsoft/azure-pipelines-tasks/issues/1218).
7272
* If running a build for a certain commit (through passing the commit SHA while queueing the build) all tags from the repository will be fetched, even the ones newer than the commit.
7373
This can lead to different version numbers while re-running historical builds.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pages:
2323
- Octopus Deploy: build-server-support/build-server/octopus-deploy.md
2424
- TeamCity: build-server-support/build-server/teamcity.md
2525
- Team Build (TFS): build-server-support/build-server/teambuild.md
26-
- TFS Build vNext: build-server-support/build-server/tfs-build-vnext.md
26+
- TFS Build vNext: build-server-support/build-server/azure-devops.md
2727
- Examples: examples.md
2828
- FAQ: faq.md
2929
- Why?: why.md

0 commit comments

Comments
 (0)