Skip to content

Commit f9463a0

Browse files
committed
Update to GitVersion 5.12.0
1 parent 0f1f4b9 commit f9463a0

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

.appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ install:
1818
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
1919
- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
2020
- ps: Invoke-WebRequest -Uri "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1"
21-
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 5.0.408 -InstallDir $env:DOTNET_INSTALL_DIR'
2221
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 6.0.425 -InstallDir $env:DOTNET_INSTALL_DIR'
2322
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 7.0.409 -InstallDir $env:DOTNET_INSTALL_DIR'
2423
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.402 -InstallDir $env:DOTNET_INSTALL_DIR'

.azuredevops/pipelines/templates/steps/install-net5.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Installs required .NET SDKs for building the solution.
22

33
steps:
4-
# .NET 5 required for GitVersion
5-
- template: install-net5.yml
64
- template: install-net6.yml
75
- template: install-net7.yml
86
- template: install-net8.yml

recipe.cake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ BuildParameters.PrintParameters(Context);
2424

2525
ToolSettings.SetToolPreprocessorDirectives(
2626
gitReleaseManagerGlobalTool: "#tool dotnet:?package=GitReleaseManager.Tool&version=0.17.0",
27-
nugetTool: "#tool nuget:?package=NuGet.CommandLine&version=6.9.1"
27+
nugetTool: "#tool nuget:?package=NuGet.CommandLine&version=6.9.1",
28+
gitVersionGlobalTool: "#tool dotnet:?package=GitVersion.Tool&version=5.12.0"
2829
);
2930

3031
ToolSettings.SetToolSettings(

0 commit comments

Comments
 (0)