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

Update azure-devops-macos.yml for Azure Pipelines

parent 3b3860b9
...@@ -11,17 +11,21 @@ pool: ...@@ -11,17 +11,21 @@ pool:
demands: msbuild demands: msbuild
steps: steps:
- checkout: self
- task: TriggerBuild@3 - task: TriggerBuild@3
displayName: 'Trigger a new build of NLua.Windows' displayName: 'Trigger a new build of NLua.Windows'
inputs: inputs:
buildDefinition: 'NLua.Windows' buildDefinition: 'MyCoolPipeline'
ignoreSslCertificateErrors: true ignoreSslCertificateErrors: true
useSameSourceVersion: true useSameSourceVersion: true
password: '$(myToken)' password: '$(myToken)'
- checkout: self
- template: common-dotnet.yml@templates - template: common-dotnet.yml@templates
- template: common-macos.yml@templates - template: common-macos.yml@templates
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