File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
# This reports the GLIB_ and GLIBCXX_ dependencies on the system which ends up getting baked into
57
57
# the generated libTorchSharp.so (and partly determines which Linux systems that binary will
58
58
# be usable on), then installs clang-7.0 (LibTorch likes this for building C++ 14), then installs .NET 6.0
59
- prepScript : ${{ parameters .LinuxPrepScript }}
59
+ prepScript : ${{ variables .LinuxPrepScript }}
60
60
buildScript : dotnet build /p:SkipCuda=true -c
61
61
testScript : dotnet test /p:SkipCuda=true --blame test/TorchSharpTest/TorchSharpTest.csproj -c
62
62
pool :
@@ -125,7 +125,7 @@ jobs:
125
125
packageType : sdk
126
126
version : 6.x
127
127
installationPath : $(Agent.ToolsDirectory)/dotnet
128
- - script : ${{ parameters .LinuxPrepScript }}
128
+ - script : ${{ variables .LinuxPrepScript }}
129
129
displayName : Install dependencies
130
130
131
131
- script : |
@@ -511,7 +511,7 @@ jobs:
511
511
version : 6.x
512
512
installationPath : $(Agent.ToolsDirectory)/dotnet
513
513
514
- - script : ${{ parameters .LinuxPrepScript }}
514
+ - script : ${{ variables .LinuxPrepScript }}
515
515
displayName : Install dependencies
516
516
517
517
# We are 10GB space-constrained on the Azure Pipelines CI system so clean up what we can
You can’t perform that action at this time.
0 commit comments