mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
Update azure-pipeline.vs.yaml for Azure Pipelines
This commit is contained in:
parent
d4c9b20dad
commit
39dcd1b320
|
@ -17,5 +17,15 @@ steps:
|
||||||
|
|
||||||
- script: scripts\mk_win_dist.cmd
|
- script: scripts\mk_win_dist.cmd
|
||||||
|
|
||||||
|
- task: GitHubRelease@0
|
||||||
|
inputs:
|
||||||
|
repositoryName: '$(Build.Repository.Name)'
|
||||||
|
action: 'edit'
|
||||||
|
target: '$(Build.SourceVersion)'
|
||||||
|
tag: 'nightly'
|
||||||
|
title: 'nightly'
|
||||||
|
releaseNotesSource: 'input'
|
||||||
|
releaseNotes: 'nightly build'
|
||||||
|
isDraft: true
|
||||||
|
isPreRelease: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue