mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
parent
76b3198282
commit
9847675095
2 changed files with 12 additions and 12 deletions
|
@ -95,17 +95,17 @@ jobs:
|
|||
cd scripts
|
||||
python mk_nuget_task.py ../tmp $(z3Version) $(Build.SourceVersion)
|
||||
cd ..
|
||||
- task: NuGetCommand@2
|
||||
inputs:
|
||||
command: pack
|
||||
packagesToPack: scripts/out/*.nuspec
|
||||
packDestination: $(Build.ArtifactStagingDirectory)
|
||||
- task: NuGetCommand@2
|
||||
inputs:
|
||||
command: 'pack'
|
||||
packagesToPack: scripts/out/*.nuspec
|
||||
includesymbols: true
|
||||
packDestination: $(Build.ArtifactStagingDirectory)
|
||||
# - task: NuGetCommand@2
|
||||
# inputs:
|
||||
# command: pack
|
||||
# packagesToPack: scripts/out/*.nuspec
|
||||
# packDestination: $(Build.ArtifactStagingDirectory)
|
||||
# - task: NuGetCommand@2
|
||||
# inputs:
|
||||
# command: 'pack'
|
||||
# packagesToPack: scripts/out/*.nuspec
|
||||
# includesymbols: true
|
||||
# packDestination: $(Build.ArtifactStagingDirectory)
|
||||
|
||||
# Not available as a task?
|
||||
# - script: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue