From 8fda6a3107947629bc497cf4f5881695c23b925b Mon Sep 17 00:00:00 2001 From: Freddy Kristiansen Date: Sat, 7 Sep 2024 06:37:42 +0200 Subject: [PATCH] Issue #3660 (#3661) Fixes #3660 Co-authored-by: freddydk --- CompilerFolderHandling/Compile-AppWithBcCompilerFolder.ps1 | 2 +- ReleaseNotes.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CompilerFolderHandling/Compile-AppWithBcCompilerFolder.ps1 b/CompilerFolderHandling/Compile-AppWithBcCompilerFolder.ps1 index bf9f016b7..1bfdaacaa 100644 --- a/CompilerFolderHandling/Compile-AppWithBcCompilerFolder.ps1 +++ b/CompilerFolderHandling/Compile-AppWithBcCompilerFolder.ps1 @@ -84,7 +84,7 @@ function Compile-AppWithBcCompilerFolder { [switch] $CopyAppToSymbolsFolder, [ValidateSet('Yes','No','NotSpecified')] [string] $GenerateReportLayout = 'NotSpecified', - [switch] $AzureDevOps = $bcContainerHelperConfig.AzureDevOps, + [switch] $AzureDevOps = $bcContainerHelperConfig.IsAzureDevOps, [switch] $gitHubActions = $bcContainerHelperConfig.IsGitHubActions, [switch] $EnableCodeCop, [switch] $EnableAppSourceCop, diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index dfd099d45..4f63f5948 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,4 +1,5 @@ 6.0.22 +Issue #3660 Error about missing 'azuredevops' property when using Compile-AppWithBcCompilerFolder 6.0.21 Main branch is now main instead of master