We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef0c19 commit 5c78f85Copy full SHA for 5c78f85
scripts/nightly.yaml
@@ -117,14 +117,14 @@ jobs:
117
inputs:
118
artifactName: 'Ubuntu'
119
targetPath: tmp
120
-# - task: GitHubRelease@0
121
-# inputs:
122
-# gitHubConnection: Z3GitHub
123
-# repositoryName: 'Z3Prover/z3'
124
-# action: 'delete'
125
-## target: '$(Build.SourceVersion)'
126
-# tagSource: 'manual'
127
-# tag: 'Nightly'
+ - task: GitHubRelease@0
+ inputs:
+ gitHubConnection: Z3GitHub
+ repositoryName: 'Z3Prover/z3'
+ action: 'delete'
+# target: '$(Build.SourceVersion)'
+ tagSource: 'manual'
+ tag: 'Nightly'
128
- task: GitHubRelease@0
129
130
gitHubConnection: Z3GitHub
0 commit comments