Skip to content

Commit

Permalink
Merge pull request #1410 from NiklasGustafsson/unit
Browse files Browse the repository at this point in the history
Unit
  • Loading branch information
NiklasGustafsson authored Nov 12, 2024
2 parents d7765e5 + 99178f9 commit 458b77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
displayName: Restore package projects

# Pack TorchSharp (and libtorch-cpu if BuildLibTorchPackages is true)
- 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
displayName: Create Packages

- script: rmdir /q /s bin\obj
Expand Down

0 comments on commit 458b77e

Please sign in to comment.