File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
name : Ubuntu_x64
49
49
# This reports the GLIB_ and GLIBCXX_ dependencies on the system which ends up getting baked into
50
50
# the generated libTorchSharp.so (and partly determines which Linux systems that binary will
51
- # be usable on), then installs clang-7.0 (LibTorch likes this for building C++ 14), then installs .NET 6 .0
51
+ # be usable on), then installs clang-7.0 (LibTorch likes this for building C++ 14), then installs .NET 8 .0
52
52
prepScript : ${{ variables.LinuxPrepScript }}
53
53
buildScript : dotnet build /p:SkipCuda=true -c
54
54
testScript : dotnet test /p:SkipCuda=true --blame test/TorchSharpTest/TorchSharpTest.csproj -c
@@ -107,7 +107,7 @@ jobs:
107
107
displayName : ' Use .NET Core sdk'
108
108
inputs :
109
109
packageType : sdk
110
- version : 6 .0.402
110
+ version : 8 .0.406
111
111
installationPath : $(Agent.ToolsDirectory)/dotnet
112
112
113
113
- script : ${{ variables.LinuxPrepScript }}
@@ -151,7 +151,7 @@ jobs:
151
151
displayName : ' Use .NET Core sdk'
152
152
inputs :
153
153
packageType : sdk
154
- version : 6 .0.402
154
+ version : 8 .0.406
155
155
installationPath : $(Agent.ToolsDirectory)/dotnet
156
156
157
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
@@ -421,7 +421,7 @@ jobs:
421
421
displayName : ' Use .NET Core sdk'
422
422
inputs :
423
423
packageType : sdk
424
- version : 6 .x
424
+ version : 8 .x
425
425
installationPath : $(Agent.ToolsDirectory)/dotnet
426
426
427
427
- script : ${{ variables.LinuxPrepScript }}
You can’t perform that action at this time.
0 commit comments