8000 [release/v7.4.0-preview.6] Use `fxdependent-win-desktop` runtime for … · PowerShell/PowerShell@094033c · GitHub
[go: up one dir, main page]

Skip to content

Commit 094033c

Browse files
[release/v7.4.0-preview.6] Use fxdependent-win-desktop runtime for compliance runs (#20326) (#20359)
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
1 parent 9f00443 commit 094033c

File tree

1 file changed

+1
-1
lines changed
  • tools/releaseBuild/azureDevOps/templates/compliance

1 file changed

+1
-1
lines changed

tools/releaseBuild/azureDevOps/templates/compliance/apiscan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- pwsh: |
5656
Import-Module .\build.psm1 -force
5757
Find-DotNet
58-
Start-PSBuild -Configuration StaticAnalysis -PSModuleRestore -Clean
58+
Start-PSBuild -Configuration StaticAnalysis -PSModuleRestore -Clean -Runtime fxdependent-win-desktop
5959
6060
$OutputFolder = Split-Path (Get-PSOutput)
6161
Write-Host "##vso[task.setvariable variable=BinDir]$OutputFolder"

0 commit comments

Comments
 (0)
0