mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 04:31:24 +00:00
Update nightly.yaml for Azure Pipelines
This commit is contained in:
parent
d72f6c80df
commit
8692fcdf3b
1 changed files with 16 additions and 16 deletions
|
@ -137,19 +137,12 @@ stages:
|
||||||
$(Build.SourceBranchName)
|
$(Build.SourceBranchName)
|
||||||
$(Build.SourceVersion)
|
$(Build.SourceVersion)
|
||||||
$(Build.SourcesDirectory)
|
$(Build.SourcesDirectory)
|
||||||
nosymbols
|
symbols
|
||||||
- task: NuGetToolInstaller@0
|
|
||||||
inputs:
|
|
||||||
versionSpec: 5.x
|
|
||||||
checkLatest: false
|
|
||||||
- task: NugetCommand@2
|
- task: NugetCommand@2
|
||||||
displayName: 'NuGet Pack'
|
displayName: 'NuGet Pack Symbols'
|
||||||
inputs:
|
inputs:
|
||||||
command: pack
|
command: custom
|
||||||
packagesToPack: $(Agent.TempDirectory)\package\out\Microsoft.Z3.x64.nuspec
|
arguments: 'pack $(Agent.TempDirectory)\package\out\Microsoft.Z3.x64.sym.nuspec -OutputDirectory $(Build.ArtifactStagingDirectory) -Verbosity detailed -Symbols -SymbolPackageFormat snupkg -BasePath $(Agent.TempDirectory)\package\out'
|
||||||
basePath: $(Agent.TempDirectory)\package\out
|
|
||||||
packDestination: $(Build.ArtifactStagingDirectory)
|
|
||||||
verbosityPack: detailed
|
|
||||||
- task: PythonScript@0
|
- task: PythonScript@0
|
||||||
displayName: 'Python: assemble files'
|
displayName: 'Python: assemble files'
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -163,12 +156,19 @@ stages:
|
||||||
$(Build.SourceBranchName)
|
$(Build.SourceBranchName)
|
||||||
$(Build.SourceVersion)
|
$(Build.SourceVersion)
|
||||||
$(Build.SourcesDirectory)
|
$(Build.SourcesDirectory)
|
||||||
symbols
|
nosymbols
|
||||||
- task: NugetCommand@2
|
- task: NuGetToolInstaller@0
|
||||||
displayName: 'NuGet Pack Symbols'
|
|
||||||
inputs:
|
inputs:
|
||||||
command: custom
|
versionSpec: 5.x
|
||||||
arguments: 'pack $(Agent.TempDirectory)\package\out\Microsoft.Z3.x64.sym.nuspec -OutputDirectory $(Build.ArtifactStagingDirectory) -Verbosity detailed -Symbols -SymbolPackageFormat snupkg -BasePath $(Agent.TempDirectory)\package\out'
|
checkLatest: false
|
||||||
|
- task: NugetCommand@2
|
||||||
|
displayName: 'NuGet Pack'
|
||||||
|
inputs:
|
||||||
|
command: pack
|
||||||
|
packagesToPack: $(Agent.TempDirectory)\package\out\Microsoft.Z3.x64.nuspec
|
||||||
|
basePath: $(Agent.TempDirectory)\package\out
|
||||||
|
packDestination: $(Build.ArtifactStagingDirectory)
|
||||||
|
verbosityPack: detailed
|
||||||
- task: PublishPipelineArtifact@1
|
- task: PublishPipelineArtifact@1
|
||||||
inputs:
|
inputs:
|
||||||
targetPath: $(Build.ArtifactStagingDirectory)
|
targetPath: $(Build.ArtifactStagingDirectory)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue