mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
include nupkg
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3616688d6b
commit
7dbf30b465
|
@ -289,13 +289,15 @@ stages:
|
|||
title: 'z3-$(ReleaseVersion)'
|
||||
releaseNotesSource: 'input'
|
||||
releaseNotes: '$(ReleaseVersion) release'
|
||||
assets: '$(Agent.TempDirectory)/*.zip'
|
||||
assets: |
|
||||
'$(Agent.TempDirectory)/*.zip'
|
||||
'$(Agent.TempDirectory)/*.nupkg'
|
||||
isDraft: true
|
||||
isPreRelease: false
|
||||
|
||||
# Enable on release:
|
||||
- job: NuGetPublish
|
||||
condition: eq(1,1)
|
||||
condition: eq(0,1)
|
||||
displayName: "Publish to NuGet.org"
|
||||
steps:
|
||||
- task: DownloadPipelineArtifact@2
|
||||
|
|
Loading…
Reference in a new issue