Skip to content

Commit

Permalink
Merge pull request #1367 from ykuijs/master
Browse files Browse the repository at this point in the history
Updated pipeline yml
  • Loading branch information
ykuijs authored Dec 16, 2021
2 parents fdb9a4a + e3f425d commit 54e02f0
Show file tree
Hide file tree
Showing 2 changed files with 7 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
5 changes: 5 additions & 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 Expand Up @@ -338,6 +339,8 @@ stages:
env:
GitHubToken: $(GitHubToken)
GalleryApiToken: $(GalleryApiToken)
ReleaseBranch: $(defaultBranch)
MainGitBranch: $(defaultBranch)

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

0 comments on commit 54e02f0

Please sign in to comment.