Created
June 3, 2019 09:17
-
-
Save Staggerlee011/6575146b3b71d09b1c1f57dac84885e1 to your computer and use it in GitHub Desktop.
Azure DevOps - Build - Calling a template in a folder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resources: | |
repositories: | |
- repository: templates #Name of repo | |
type: git | |
name: templates | |
jobs: | |
- template: terraform/azureterraform.yml@templates # Name of folder (Terraform in the example) and name of file (azureterraform.yml in the example) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment