File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1515 inputs :
1616 pwsh : true
1717 filePath : $(System.DefaultWorkingDirectory)\scripts\build-cli.ps1
18- arguments : ' -Stable ${{ parameters.stable }} -SkipMsix'
18+ arguments : ${{ parameters.stable && '-Stable' || '' }} -SkipMsix
1919- ${{ if eq(parameters['DoEsrp'], 'true') }} :
2020 - task : EsrpCodeSigning@5
2121 displayName : Code Sign ESRP - CLI
6060 inputs :
6161 pwsh : true
6262 filePath : $(System.DefaultWorkingDirectory)\scripts\package-msix.ps1
63- arguments : ' -Stable ${{ parameters.stable }}'
63+ arguments : -Version ${{ parameters.version }} ${{ parameters.stable && '-Stable' || '' }}
6464- ${{ if eq(parameters['DoEsrp'], 'true') }} :
6565 - task : EsrpCodeSigning@5
6666 displayName : Code Sign ESRP - MSIX Packages
Original file line number Diff line number Diff line change 1616 </PropertyGroup >
1717 <PropertyGroup Condition =" $(Configuration)=='Release'" >
1818 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
19+ <ControlFlowGuard >Guard</ControlFlowGuard >
1920 </PropertyGroup >
2021</Project >
You can’t perform that action at this time.
0 commit comments