Skip to content

Commit

Permalink
Updated pipeline yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Dec 16, 2021
1 parent fdb9a4a commit 8e57548
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- General
- Updated pipeline definition
- ReverseDsc
- Changed form Size to dynamic Width
- Change column width to calc /3 of Form.
Expand Down
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ stages:
env:
GitHubToken: $(GitHubToken)
GalleryApiToken: $(GalleryApiToken)
ReleaseBranch: $(defaultBranch)
MainGitBranch: $(defaultBranch)

- task: PowerShell@2
name: sendChangelogPR
Expand All @@ -348,3 +350,5 @@ stages:
pwsh: true
env:
GitHubToken: $(GitHubToken)
ReleaseBranch: $(defaultBranch)
MainGitBranch: $(defaultBranch)

0 comments on commit 8e57548

Please sign in to comment.