Skip to content

Commit

Permalink
Issue #3660 (#3661)
Browse files Browse the repository at this point in the history
Fixes #3660

Co-authored-by: freddydk <[email protected]>
  • Loading branch information
freddydk and freddydk committed Sep 7, 2024
1 parent 681ce4c commit 8fda6a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CompilerFolderHandling/Compile-AppWithBcCompilerFolder.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8fda6a3

Please sign in to comment.