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:
parent
a164087384
commit
a72856111b
3 changed files with 6 additions and 9 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue