Skip to content

Commit 3536d9d

Browse files
upfate .net versioning
1 parent ddd3428 commit 3536d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
displayName: 'Use .NET Core sdk'
108108
inputs:
109109
packageType: sdk
110-
version: 8.0.406
110+
version: 8.x
111111
installationPath: $(Agent.ToolsDirectory)/dotnet
112112

113113
- script: ${{ variables.LinuxPrepScript }}
@@ -151,7 +151,7 @@ jobs:
151151
displayName: 'Use .NET Core sdk'
152152
inputs:
153153
packageType: sdk
154-
version: 8.0.406
154+
version: 8.x
155155
installationPath: $(Agent.ToolsDirectory)/dotnet
156156

157157
- script: dotnet build -c $(BuildConfig) src/Redist/libtorch-cpu/libtorch-cpu.proj /p:UpdateSHA=true /p:SkipTests=true /p:TargetOS=windows /t:Build /p:IncludeLibTorchCpuPackages=true

0 commit comments

Comments
 (0)