Skip to content

Commit

Permalink
adding variable group
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrashears5 committed Sep 8, 2020
1 parent 030d183 commit 8c26151
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ resources:
name: kbrashears5/yaml
endpoint: kbrashears5

# define variable groups (https://docs.microsoft.com/en-us/azure/devops/pipelines/library/variable-groups?view=azure-devops&tabs=yaml#use-a-variable-group)
variables:
- group: github

stages:
- stage: 'Build'
jobs:
Expand Down

0 comments on commit 8c26151

Please sign in to comment.