Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryWisherMan authored Sep 7, 2024
1 parent e715a49 commit bed3d61
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,20 @@ trigger:
exclude:
- "*-*"

# Define variables and reference the variable group
variables:
group: GitHubSecrets # This references the variable group where your GitHubToken and GalleryApiToken are stored
buildFolderName: output
buildArtifactName: output
testResultFolderName: testResults
defaultBranch: main
Agent.Source.Git.ShallowFetchDepth: 0 # override ShallowFetchDepth
- group: GitHubSecrets # This references the variable group
- name: buildFolderName
value: output
- name: buildArtifactName
value: output
- name: testResultFolderName
value: testResults
- name: defaultBranch
value: main
- name: Agent.Source.Git.ShallowFetchDepth
value: 0 # override ShallowFetchDepth


stages:
- stage: Build
Expand Down

0 comments on commit bed3d61

Please sign in to comment.