mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
Update azure-pipeline.vs.yaml for Azure Pipelines
This commit is contained in:
parent
d4c9b20dad
commit
39dcd1b320
1 changed files with 11 additions and 1 deletions
|
@ -17,5 +17,15 @@ steps:
|
|||
|
||||
- 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…
Add table
Add a link
Reference in a new issue