mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 12:23:38 +00:00
Update nightly.yaml for Azure Pipelines
This commit is contained in:
parent
8692fcdf3b
commit
0ed33af279
1 changed files with 26 additions and 26 deletions
|
@ -124,6 +124,10 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
artifact: 'Mac'
|
artifact: 'Mac'
|
||||||
path: $(Agent.TempDirectory)\package
|
path: $(Agent.TempDirectory)\package
|
||||||
|
- task: NuGetToolInstaller@0
|
||||||
|
inputs:
|
||||||
|
versionSpec: 5.x
|
||||||
|
checkLatest: false
|
||||||
- task: PythonScript@0
|
- task: PythonScript@0
|
||||||
displayName: 'Python: assemble files'
|
displayName: 'Python: assemble files'
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -143,32 +147,28 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
command: custom
|
command: custom
|
||||||
arguments: 'pack $(Agent.TempDirectory)\package\out\Microsoft.Z3.x64.sym.nuspec -OutputDirectory $(Build.ArtifactStagingDirectory) -Verbosity detailed -Symbols -SymbolPackageFormat snupkg -BasePath $(Agent.TempDirectory)\package\out'
|
arguments: 'pack $(Agent.TempDirectory)\package\out\Microsoft.Z3.x64.sym.nuspec -OutputDirectory $(Build.ArtifactStagingDirectory) -Verbosity detailed -Symbols -SymbolPackageFormat snupkg -BasePath $(Agent.TempDirectory)\package\out'
|
||||||
- task: PythonScript@0
|
# - task: PythonScript@0
|
||||||
displayName: 'Python: assemble files'
|
# displayName: 'Python: assemble files'
|
||||||
inputs:
|
# inputs:
|
||||||
scriptSource: 'filepath'
|
# scriptSource: 'filepath'
|
||||||
scriptPath: scripts\mk_nuget_task.py
|
# scriptPath: scripts\mk_nuget_task.py
|
||||||
workingDirectory: $(Agent.TempDirectory)\package
|
# workingDirectory: $(Agent.TempDirectory)\package
|
||||||
arguments:
|
# arguments:
|
||||||
$(Agent.TempDirectory)\package
|
# $(Agent.TempDirectory)\package
|
||||||
$(ReleaseVersion)
|
# $(ReleaseVersion)
|
||||||
$(Build.Repository.Uri)
|
# $(Build.Repository.Uri)
|
||||||
$(Build.SourceBranchName)
|
# $(Build.SourceBranchName)
|
||||||
$(Build.SourceVersion)
|
# $(Build.SourceVersion)
|
||||||
$(Build.SourcesDirectory)
|
# $(Build.SourcesDirectory)
|
||||||
nosymbols
|
# nosymbols
|
||||||
- task: NuGetToolInstaller@0
|
# - task: NugetCommand@2
|
||||||
inputs:
|
# displayName: 'NuGet Pack'
|
||||||
versionSpec: 5.x
|
# inputs:
|
||||||
checkLatest: false
|
# command: pack
|
||||||
- task: NugetCommand@2
|
# packagesToPack: $(Agent.TempDirectory)\package\out\Microsoft.Z3.x64.nuspec
|
||||||
displayName: 'NuGet Pack'
|
# basePath: $(Agent.TempDirectory)\package\out
|
||||||
inputs:
|
# packDestination: $(Build.ArtifactStagingDirectory)
|
||||||
command: pack
|
# verbosityPack: detailed
|
||||||
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