Skip to content

Commit bfc3044

Browse files
update nightly
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 9fae4a1 commit bfc3044

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

scripts/nightly.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,19 @@ jobs:
9393
targetPath: tmp
9494
- script: |
9595
cd scripts
96-
python mk_nuget_task.py ../tmp $(z3Version) 3424ffa
96+
python mk_nuget_task.py ../tmp $(z3Version) $(Build.SourceVersion)
9797
cd ..
98-
- task: DotNetCoreCLI@2
98+
- task: NuGetCommand@2
9999
inputs:
100-
command: pack
101-
basePath: scripts/out
102-
- task: DotNetCoreCLI@2
100+
command: pack
101+
packagesToPack: scripts/out/*.nuspec
102+
packDestination: $(Build.ArtifactStagingDirectory)
103+
- task: NuGetCommand@2
103104
inputs:
104105
command: 'pack'
105-
basePath: scripts/out
106+
packagesToPack: scripts/out/*.nuspec
106107
includesymbols: true
107-
# TBD: access packages
108+
packDestination: $(Build.ArtifactStagingDirectory)
108109

109110
# Not available as a task?
110111
# - script: |

0 commit comments

Comments
 (0)