Commit ebd99bab authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Update azure-devops-macos.yml for Azure Pipelines

parent cb41427b
...@@ -13,12 +13,27 @@ pool: ...@@ -13,12 +13,27 @@ pool:
steps: steps:
- task: TriggerBuild@3 - task: TriggerBuild@3
displayName: 'Trigger a new build of NLua.Windows'
inputs: inputs:
buildDefinition: 'KeraLua.Mac' definitionIsInCurrentTeamProject: true
buildDefinition: 'MyCoolPipeline'
queueBuildForUserThatTriggeredBuild: true
ignoreSslCertificateErrors: 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)' password: '$(myToken)'
enableBuildInQueueCondition: false
dependentOnSuccessfulBuildCondition: false
dependentOnFailedBuildCondition: false
checkbuildsoncurrentbranch: false
failTaskIfConditionsAreNotFulfilled: false
- checkout: self - checkout: self
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment