Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
ebd99bab
Commit
ebd99bab
authored
Jan 31, 2020
by
Vinicius Jarina
Browse files
Update azure-devops-macos.yml for Azure Pipelines
parent
cb41427b
Changes
1
Hide whitespace changes
Inline
Side-by-side
devops/azure-devops-macos.yml
View file @
ebd99bab
...
...
@@ -13,12 +13,27 @@ pool:
steps
:
-
task
:
TriggerBuild@3
displayName
:
'
Trigger
a
new
build
of
NLua.Windows'
inputs
:
buildDefinition
:
'
KeraLua.Mac'
definitionIsInCurrentTeamProject
:
true
buildDefinition
:
'
MyCoolPipeline'
queueBuildForUserThatTriggeredBuild
:
true
ignoreSslCertificateErrors
:
true
useSameSourceVersion
:
true
useSameSourceVersion
:
false
useSameBranch
:
true
waitForQueuedBuildsToFinish
:
true
waitForQueuedBuildsToFinishRefreshTime
:
'
60'
failTaskIfBuildsNotSuccessful
:
true
cancelBuildsIfAnyFails
:
false
treatPartiallySucceededBuildAsSuccessful
:
false
downloadBuildArtifacts
:
false
storeInEnvironmentVariable
:
false
authenticationMethod
:
'
Personal
Access
Token'
password
:
'
$(myToken)'
enableBuildInQueueCondition
:
false
dependentOnSuccessfulBuildCondition
:
false
dependentOnFailedBuildCondition
:
false
checkbuildsoncurrentbranch
:
false
failTaskIfConditionsAreNotFulfilled
:
false
-
checkout
:
self
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment