Commit 778b6e4 1 parent 4c37d59 commit 778b6e4 Copy full SHA for 778b6e4
File tree 3 files changed +4
-4
lines changed
test/Nerdbank.GitVersioning.Tests
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,10 @@ stages:
119
119
clean : true
120
120
submodules : true # keep the warnings quiet about the wiki not being enlisted
121
121
- task : UseDotNet@2
122
- displayName : Install .NET 8.0.201 SDK
122
+ displayName : Install .NET 8.0.300 SDK
123
123
inputs :
124
124
packageType : sdk
125
- version : 8.0.201
125
+ version : 8.0.300
126
126
- script : dotnet --info
127
127
displayName : Show dotnet SDK info
128
128
- bash : |
Original file line number Diff line number Diff line change 23
23
- template : install-dependencies.yml
24
24
- pwsh : |
25
25
Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile dotnet-install.ps1
26
- & .\dotnet-install.ps1 -Architecture x86 -Version 8.0.201 -InstallDir "C:\Program Files (x86)\dotnet\" -NoPath -Verbose
26
+ & .\dotnet-install.ps1 -Architecture x86 -Version 8.0.300 -InstallDir "C:\Program Files (x86)\dotnet\" -NoPath -Verbose
27
27
displayName: ⚙ Install 32-bit .NET SDK and runtimes
28
28
29
29
- template : dotnet.yml
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ internal static void LoadMSBuild()
25
25
if ( IntPtr . Size == 4 )
26
26
{
27
27
// 32-bit .NET runtime requires special code to find the x86 SDK (where MSBuild is).
28
- MSBuildLocator . RegisterMSBuildPath ( @"C:\Program Files (x86)\dotnet\sdk\8.0.201 " ) ;
28
+ MSBuildLocator . RegisterMSBuildPath ( @"C:\Program Files (x86)\dotnet\sdk\8.0.300 " ) ;
29
29
}
30
30
else
31
31
{
You can’t perform that action at this time.
0 commit comments