We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fae4a1 commit bfc3044Copy full SHA for bfc3044
scripts/nightly.yaml
@@ -93,18 +93,19 @@ jobs:
93
targetPath: tmp
94
- script: |
95
cd scripts
96
- python mk_nuget_task.py ../tmp $(z3Version) 3424ffa
+ python mk_nuget_task.py ../tmp $(z3Version) $(Build.SourceVersion)
97
cd ..
98
- - task: DotNetCoreCLI@2
+ - task: NuGetCommand@2
99
inputs:
100
- command: pack
101
- basePath: scripts/out
102
+ command: pack
+ packagesToPack: scripts/out/*.nuspec
+ packDestination: $(Build.ArtifactStagingDirectory)
103
104
105
command: 'pack'
106
107
includesymbols: true
-# TBD: access packages
108
109
110
# Not available as a task?
111
# - script: |
0 commit comments