Skip to content

Commit 496e19d

Browse files
author
Qiutong Shen
committed
fix Component Governance file can't find warning
1 parent abb08c6 commit 496e19d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/AzurePipelinesTemplates/WindowsAppSDK-Build-Per-Platform-Stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ stages:
4242
${{ format('Release_{0}', parameters.buildPlatform) }}:
4343
${{ if ne(parameters.buildPlatform, 'arm64') }}:
4444
buildPlatform: ${{ parameters.buildPlatform }}
45-
buildConfiguration: 'release'
45+
buildConfiguration: 'Release'
4646
normalizedConfiguration: 'fre'
4747
PGOBuildMode: 'Optimize'
4848
${{ else }}:
4949
buildPlatform: ${{ parameters.buildPlatform }}
50-
buildConfiguration: 'release'
50+
buildConfiguration: 'Release'
5151
normalizedConfiguration: 'fre'
5252
variables:
5353
- name: ob_outputDirectory

0 commit comments

Comments
 (0)