Skip to content

Commit 5db3759

Browse files
remove ending space
1 parent 0825c8d commit 5db3759

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
@@ -141,13 +141,13 @@ jobs:
141141
condition: eq(variables['BuildLibTorchPackages'], 'true')
142142
displayName: Download libtorch native CUDA binaries
143143

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
145145
displayName: Build linux
146146

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
148148
displayName: Build TorchVision
149149

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
151151
displayName: Build TorchAudio
152152

153153
- publish: $(Build.SourcesDirectory)/bin/obj/packprep/$(BuildConfig)

0 commit comments

Comments
 (0)