Skip to content

Commit b1259fb

Browse files
Update nightly.yaml for Azure Pipelines
1 parent ad0afbb commit b1259fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎scripts/nightly.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,9 +465,9 @@ stages:
465465
continueOnError: true
466466
inputs:
467467
gitHubConnection: Z3Prover
468-
repositoryName: 'Z3Prover/z3'
468+
repositoryName: $(Build.Repository.Name)
469469
action: 'create'
470-
# target: '$(Build.SourceVersion)'
470+
target: '$(Build.SourceVersion)'
471471
tagSource: 'userSpecifiedTag'
472472
tag: 'Nightly'
473473
title: 'Nightly'

0 commit comments

Comments
 (0)