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 4848 name : Ubuntu_x64
4949 # This reports the GLIB_ and GLIBCXX_ dependencies on the system which ends up getting baked into
5050 # 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
5252 prepScript : ${{ variables.LinuxPrepScript }}
5353 buildScript : dotnet build /p:SkipCuda=true -c
5454 testScript : dotnet test /p:SkipCuda=true --blame test/TorchSharpTest/TorchSharpTest.csproj -c
@@ -107,7 +107,7 @@ jobs:
107107 displayName : ' Use .NET Core sdk'
108108 inputs :
109109 packageType : sdk
110- version : 6 .0.402
110+ version : 8 .0.406
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 : 6 .0.402
154+ version : 8 .0.406
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
@@ -421,7 +421,7 @@ jobs:
421421 displayName : ' Use .NET Core sdk'
422422 inputs :
423423 packageType : sdk
424- version : 6 .x
424+ version : 8 .x
425425 installationPath : $(Agent.ToolsDirectory)/dotnet
426426
427427 - script : ${{ variables.LinuxPrepScript }}
You can’t perform that action at this time.
0 commit comments