Skip to content

Commit

Permalink
fixing pipeline yaml with main config
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelcolas committed Aug 18, 2021
1 parent 3bff611 commit 3113bd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .pipelines/public-azure-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ stages:
env:
GitHubToken: $(GitHubToken)
GalleryApiToken: $(GalleryApiToken)
ReleaseBranch: main
MainGitBranch: main
- task: PowerShell@2
name: sendChangelogPR
displayName: 'Send Changelog PR'
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- modified project with new Sampler template.
- Modified project with new Sampler template.

### Removed

Expand Down

0 comments on commit 3113bd3

Please sign in to comment.