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 @@ -141,13 +141,13 @@ jobs:
141
141
condition : eq(variables['BuildLibTorchPackages'], 'true')
142
142
displayName : Download libtorch native CUDA binaries
143
143
144
- - script : dotnet build -c $(BuildConfig) src/TorchSharp/TorchSharp.csproj /p:SkipCuda=true /p:SkipTests=true
144
+ - script : dotnet build -c $(BuildConfig) src/TorchSharp/TorchSharp.csproj /p:SkipCuda=true /p:SkipTests=true
145
145
displayName : Build linux
146
146
147
- - script : dotnet build -c $(BuildConfig) src/TorchVision/TorchVision.csproj /p:SkipCuda=true /p:SkipTests=true
147
+ - script : dotnet build -c $(BuildConfig) src/TorchVision/TorchVision.csproj /p:SkipCuda=true /p:SkipTests=true
148
148
displayName : Build TorchVision
149
149
150
- - script : dotnet build -c $(BuildConfig) src/TorchAudio/TorchAudio.csproj /p:SkipCuda=true /p:SkipTests=true
150
+ - script : dotnet build -c $(BuildConfig) src/TorchAudio/TorchAudio.csproj /p:SkipCuda=true /p:SkipTests=true
151
151
displayName : Build TorchAudio
152
152
153
153
- publish : $(Build.SourcesDirectory)/bin/obj/packprep/$(BuildConfig)
You can’t perform that action at this time.
0 commit comments