3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

add destination to custom command

This commit is contained in:
Nikolaj Bjorner 2020-12-21 11:42:04 -08:00
parent a164087384
commit a72856111b
3 changed files with 6 additions and 9 deletions

View file

@ -166,9 +166,7 @@ stages:
displayName: 'NuGet Pack Symbols'
inputs:
command: custom
arguments: 'pack $(Agent.TempDirectory)\package\out\Microsoft.Z3.x64.nuspec -SymbolPackageFormat snupkg -BasePath $(Agent.TempDirectory)\package\out'
packDestination: $(Build.ArtifactStagingDirectory)
verbosityPack: detailed
arguments: 'pack $(Agent.TempDirectory)\package\out\Microsoft.Z3.x64.nuspec -OutputDirectory $(Build.ArtifactStagingDirectory) -Verbosity detailed -SymbolPackageFormat snupkg -BasePath $(Agent.TempDirectory)\package\out'
- job: Python
displayName: "Python packaging"