mirror of
https://github.com/Z3Prover/z3
synced 2025-07-25 21:57:00 +00:00
wrap remove/move
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2c313ddb7a
commit
9e54cd63dc
1 changed files with 13 additions and 0 deletions
|
@ -149,6 +149,19 @@ stages:
|
||||||
basePath: $(Agent.TempDirectory)\package\out
|
basePath: $(Agent.TempDirectory)\package\out
|
||||||
packDestination: $(Build.ArtifactStagingDirectory)
|
packDestination: $(Build.ArtifactStagingDirectory)
|
||||||
verbosityPack: detailed
|
verbosityPack: detailed
|
||||||
|
- task: PythonScript@0
|
||||||
|
displayName: 'Python: assemble files'
|
||||||
|
inputs:
|
||||||
|
scriptSource: 'filepath'
|
||||||
|
scriptPath: scripts\mk_nuget_task.py
|
||||||
|
workingDirectory: $(Agent.TempDirectory)\package
|
||||||
|
arguments:
|
||||||
|
$(Agent.TempDirectory)\package
|
||||||
|
$(ReleaseVersion)
|
||||||
|
$(Build.Repository.Uri)
|
||||||
|
$(Build.SourceBranchName)
|
||||||
|
$(Build.SourceVersion)
|
||||||
|
$(Build.SourcesDirectory)
|
||||||
- task: NugetCommand@2
|
- task: NugetCommand@2
|
||||||
displayName: 'NuGet Pack Symbols'
|
displayName: 'NuGet Pack Symbols'
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue