Skip to content

Commit 455fabe

Browse files
authored
Update sign-tool-predictor.yml for Azure Pipelines (#14350)
Merge due to Macos timeout.
1 parent 6a2cecc commit 455fabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/sign-tool-predictor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ steps:
4141
inputs:
4242
command: custom
4343
custom: msbuild
44-
arguments: 'tools\Az.Tools.Predictor\build.proj /target:"Clean;Build;GenerateHelp" /p:Configuration=Release'
44+
arguments: 'tools\Az.Tools.Predictor\build.proj /target:"Clean;Build;GenerateHelp" /p:Configuration=Release /p:PowerShellCoreCommandPrefix="$(Pipeline.Workspace)\\PowerShell-7.2.0-preview.3\\pwsh.exe -NonInteractive -NoLogo -NoProfile -Command"'
4545

4646
- task: UseDotNet@2
4747
displayName: 'Install DotNet 2.1 Runtime for Signing'

0 commit comments

Comments
 (0)