3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 00:55:31 +00:00

try to copy artifacts

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-07-10 16:21:03 +01:00
parent 09328d5bec
commit 8d9a631c5d
2 changed files with 4 additions and 1 deletions

View file

@ -69,6 +69,9 @@ jobs:
inputs:
artifactName: 'Ubuntu'
targetPath: tmp
- task: CopyFiles@2
sourceFolder: $(Build.ArtifactStagingDirectory)
targetFilder: tmp
# TBD: build NuGet package
# TBD: this script should build a specific pre-specified tag
- task: GitHubRelease@0