8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7765e5 + 99178f9 commit 458b77eCopy full SHA for 458b77e
azure-pipelines.yml
@@ -323,7 +323,7 @@ jobs:
323
displayName: Restore package projects
324
325
# 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
+ - 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
327
displayName: Create Packages
328
329
- script: rmdir /q /s bin\obj
0 commit comments