8000
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.
fxdependent-win-desktop
1 parent 9f00443 commit 094033cCopy full SHA for 094033c
tools/releaseBuild/azureDevOps/templates/compliance/apiscan.yml
@@ -55,7 +55,7 @@ jobs:
55
- pwsh: |
56
Import-Module .\build.psm1 -force
57
Find-DotNet
58
- Start-PSBuild -Configuration StaticAnalysis -PSModuleRestore -Clean
+ Start-PSBuild -Configuration StaticAnalysis -PSModuleRestore -Clean -Runtime fxdependent-win-desktop
59
60
$OutputFolder = Split-Path (Get-PSOutput)
61
Write-Host "##vso[task.setvariable variable=BinDir]$OutputFolder"
0 commit comments