mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
Merge branch 'nomp' of https://github.com/z3prover/z3 into nomp
This commit is contained in:
commit
d846511fce
|
@ -3,7 +3,18 @@ pool:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- script: echo "test" > $(Build.ArtifactStagingDirectory)/ping.txt
|
- task: DotNetCoreInstaller@0
|
||||||
|
displayName: 'Use .NET Core sdk 2.1'
|
||||||
|
inputs:
|
||||||
|
version: 2.1.300
|
||||||
|
|
||||||
|
- task: DownloadSecureFile@1
|
||||||
|
inputs:
|
||||||
|
secureFile: 'z3.snk'
|
||||||
|
|
||||||
|
- script: scripts\mk_win_dist.cmd
|
||||||
|
|
||||||
|
- script: xcopy dist\*.zip $(Build.ArtifactStagingDirectory)\* /y
|
||||||
|
|
||||||
- task: GitHubRelease@0
|
- task: GitHubRelease@0
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -13,22 +24,12 @@ steps:
|
||||||
target: '$(Build.SourceVersion)'
|
target: '$(Build.SourceVersion)'
|
||||||
tagSource: 'manual'
|
tagSource: 'manual'
|
||||||
tag: '$(Build.SourceVersion)'
|
tag: '$(Build.SourceVersion)'
|
||||||
title: 'nightly'
|
title: 'Nightly Windows'
|
||||||
releaseNotesSource: 'input'
|
releaseNotesSource: 'input'
|
||||||
releaseNotes: 'nightly build'
|
releaseNotes: 'nightly build'
|
||||||
isDraft: true
|
isDraft: true
|
||||||
isPreRelease: true
|
isPreRelease: true
|
||||||
|
|
||||||
# - script: git clone https://github.com/z3prover/bin bin
|
|
||||||
|
|
||||||
# - task: DotNetCoreInstaller@0
|
|
||||||
# displayName: 'Use .NET Core sdk 2.1'
|
|
||||||
# inputs:
|
|
||||||
# version: 2.1.300
|
|
||||||
|
|
||||||
# - task: DownloadSecureFile@1
|
|
||||||
# inputs:
|
|
||||||
# secureFile: 'z3.snk'
|
|
||||||
|
|
||||||
# - script: scripts\mk_win_dist.cmd
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue