mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 19:51:22 +00:00
continue on error in publish steps
This commit is contained in:
parent
82aae345d9
commit
4014c536aa
1 changed files with 4 additions and 4 deletions
|
@ -441,6 +441,7 @@ stages:
|
|||
artifactName: 'NuGet32'
|
||||
targetPath: tmp
|
||||
- task: GitHubRelease@0
|
||||
continueOnError: true
|
||||
inputs:
|
||||
gitHubConnection: Z3GitHub
|
||||
repositoryName: 'Z3Prover/z3'
|
||||
|
@ -448,8 +449,8 @@ stages:
|
|||
# target: '$(Build.SourceVersion)'
|
||||
tagSource: 'manual'
|
||||
tag: 'Nightly'
|
||||
continueOnError: true
|
||||
- task: GitHubRelease@0
|
||||
continueOnError: true
|
||||
inputs:
|
||||
gitHubConnection: Z3GitHub
|
||||
repositoryName: 'Z3Prover/z3'
|
||||
|
@ -464,12 +465,11 @@ stages:
|
|||
assetUploadMode: 'replace'
|
||||
isDraft: false
|
||||
isPreRelease: true
|
||||
continueOnError: true
|
||||
|
||||
- stage: NugetPublishNightly
|
||||
- stage: Publish
|
||||
jobs:
|
||||
# Publish to nightly feed on Azure
|
||||
- job: NuGetPublishNightly
|
||||
- job: NuGetNightly
|
||||
displayName: "Push nuget packages to Azure Feed"
|
||||
steps:
|
||||
- task: NuGetAuthenticate@0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue