Skip to content

Commit 458b77e

Browse files
Merge pull request #1410 from NiklasGustafsson/unit
Unit
2 parents d7765e5 + 99178f9 commit 458b77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
displayName: Restore package projects
324324

325325
# Pack TorchSharp (and libtorch-cpu if BuildLibTorchPackages is true)
326-
- script: dotnet pack -c $(BuildConfig) --no-build -v:n /p:SkipNative=true /p:SkipTests=true /p:IncludeTorchSharpPackage=true /p:IncludeLibTorchCpuPackages=${{ parameters.BuildLibTorchPackages }} pkg/pack.proj
326+
- script: dotnet pack -c $(BuildConfig) --no-build -v:n /p:SkipNative=true /p:SkipTests=true /p:IncludeTorchSharpPackage=true /p:IncludeLibTorchCpuPackages=${{ parameters.BuildLibTorchPackages }} /p:GenerateCompatibilitySuppressionFile=true pkg/pack.proj
327327
displayName: Create Packages
328328

329329
- script: rmdir /q /s bin\obj

0 commit comments

Comments
 (0)