Skip to content

Commit

Permalink
Update pipeline to use the correct default branch (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Sep 30, 2024
1 parent 97b06f0 commit bb13e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Update build files to allow everything to work
- Update build files to include tasks for deploy
- Update pipeline to use the correct default branch

## [0.2.0] - 2019-11-21

Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ variables:
buildArtifactName: output
testResultFolderName: testResults
testArtifactName: testResults
defaultBranch: master

stages:
- stage: Build
Expand Down

0 comments on commit bb13e26

Please sign in to comment.