We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2cecc commit 455fabeCopy full SHA for 455fabe
.azure-pipelines/sign-tool-predictor.yml
@@ -41,7 +41,7 @@ steps:
41
inputs:
42
command: custom
43
custom: msbuild
44
- arguments: 'tools\Az.Tools.Predictor\build.proj /target:"Clean;Build;GenerateHelp" /p:Configuration=Release'
+ 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"'
45
46
- task: UseDotNet@2
47
displayName: 'Install DotNet 2.1 Runtime for Signing'
0 commit comments