mirror of
https://github.com/Z3Prover/z3
synced 2025-04-21 16:16:38 +00:00
continue on error in publish steps
This commit is contained in:
parent
82aae345d9
commit
4014c536aa
|
@ -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…
Reference in a new issue