Skip to content

Commit 9d11a81

Browse files
update
1 parent cf57751 commit 9d11a81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# This reports the GLIB_ and GLIBCXX_ dependencies on the system which ends up getting baked into
5757
# the generated libTorchSharp.so (and partly determines which Linux systems that binary will
5858
# 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 }}
6060
buildScript: dotnet build /p:SkipCuda=true -c
6161
testScript: dotnet test /p:SkipCuda=true --blame test/TorchSharpTest/TorchSharpTest.csproj -c
6262
pool:
@@ -125,7 +125,7 @@ jobs:
125125
packageType: sdk
126126
version: 6.x
127127
installationPath: $(Agent.ToolsDirectory)/dotnet
128-
- script: ${{ parameters.LinuxPrepScript }}
128+
- script: ${{ variables.LinuxPrepScript }}
129129
displayName: Install dependencies
130130

131131
- script: |
@@ -511,7 +511,7 @@ jobs:
511511
version: 6.x
512512
installationPath: $(Agent.ToolsDirectory)/dotnet
513513

514-
- script: ${{ parameters.LinuxPrepScript }}
514+
- script: ${{ variables.LinuxPrepScript }}
515515
displayName: Install dependencies
516516

517517
# We are 10GB space-constrained on the Azure Pipelines CI system so clean up what we can

0 commit comments

Comments
 (0)