We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd3428 commit 3536d9dCopy full SHA for 3536d9d
azure-pipelines.yml
@@ -107,7 +107,7 @@ jobs:
107
displayName: 'Use .NET Core sdk'
108
inputs:
109
packageType: sdk
110
- version: 8.0.406
+ version: 8.x
111
installationPath: $(Agent.ToolsDirectory)/dotnet
112
113
- script: ${{ variables.LinuxPrepScript }}
@@ -151,7 +151,7 @@ jobs:
151
152
153
154
155
156
157
- 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