mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +00:00
nightly
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d0fbeb11c9
commit
3121c39a14
1 changed files with 9 additions and 0 deletions
|
@ -149,6 +149,10 @@ stages:
|
||||||
basePath: $(Agent.TempDirectory)\package\out
|
basePath: $(Agent.TempDirectory)\package\out
|
||||||
packDestination: $(Build.ArtifactStagingDirectory)
|
packDestination: $(Build.ArtifactStagingDirectory)
|
||||||
verbosityPack: detailed
|
verbosityPack: detailed
|
||||||
|
- task: PublishPipelineArtifact@1
|
||||||
|
inputs:
|
||||||
|
targetPath: $(Build.ArtifactStagingDirectory)
|
||||||
|
artifactName: 'NuGet'
|
||||||
- task: PythonScript@0
|
- task: PythonScript@0
|
||||||
displayName: 'Python: assemble files'
|
displayName: 'Python: assemble files'
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -167,6 +171,11 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
command: custom
|
command: custom
|
||||||
arguments: 'pack $(Agent.TempDirectory)\package\out\Microsoft.Z3.x64.nuspec -OutputDirectory $(Build.ArtifactStagingDirectory) -Verbosity detailed -SymbolPackageFormat snupkg -BasePath $(Agent.TempDirectory)\package\out'
|
arguments: 'pack $(Agent.TempDirectory)\package\out\Microsoft.Z3.x64.nuspec -OutputDirectory $(Build.ArtifactStagingDirectory) -Verbosity detailed -SymbolPackageFormat snupkg -BasePath $(Agent.TempDirectory)\package\out'
|
||||||
|
- task: PublishPipelineArtifact@1
|
||||||
|
inputs:
|
||||||
|
targetPath: $(Build.ArtifactStagingDirectory)
|
||||||
|
artifactName: 'SNuGet'
|
||||||
|
|
||||||
|
|
||||||
- job: Python
|
- job: Python
|
||||||
displayName: "Python packaging"
|
displayName: "Python packaging"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue