From 8e5754844568226b0447845793dcd64ba93f0c3c Mon Sep 17 00:00:00 2001 From: Yorick Kuijs <ykuijs@hotmail.com> Date: Thu, 16 Dec 2021 09:24:53 +0100 Subject: [PATCH 1/2] Updated pipeline yml --- CHANGELOG.md | 2 ++ azure-pipelines.yml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55a3ec8e8..1b2c2b34e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 17888fab6..0f9ce5987 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -338,6 +338,8 @@ stages: env: GitHubToken: $(GitHubToken) GalleryApiToken: $(GalleryApiToken) + ReleaseBranch: $(defaultBranch) + MainGitBranch: $(defaultBranch) - task: PowerShell@2 name: sendChangelogPR @@ -348,3 +350,5 @@ stages: pwsh: true env: GitHubToken: $(GitHubToken) + ReleaseBranch: $(defaultBranch) + MainGitBranch: $(defaultBranch) From e3f425d580da06914f3815b083e50d13db2f0bdf Mon Sep 17 00:00:00 2001 From: Yorick Kuijs <ykuijs@hotmail.com> Date: Thu, 16 Dec 2021 09:39:56 +0100 Subject: [PATCH 2/2] Added variable --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0f9ce5987..458b5c194 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,6 +15,7 @@ variables: buildArtifactName: output testResultFolderName: testResults testArtifactName: testResults + defaultBranch: master stages: - stage: Build