Skip to content

Commit

Permalink
Hard coded pat to VCLibs Debug appx
Browse files Browse the repository at this point in the history
in the workflow file.
Cannot rely on $env:ExtensionSdkDir
  • Loading branch information
CarlosNihelton committed Oct 4, 2023
1 parent 46bccb2 commit 86193b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
Import-Certificate -FilePath "${cert}" -CertStoreLocation Cert:LocalMachine\TrustedPeople
# Installing a debug version of VCLibs from the SDK is required, otherwise installing the Ubuntu pro debug appx will fail.
Add-AppxPackage "$env:ExtensionSdkDir\Microsoft.VCLibs.Desktop\14.0\Appx\Debug\x64\Microsoft.VCLibs.x64.Debug.14.00.Desktop.appx"
Add-AppxPackage "C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs.Desktop\14.0\Appx\Debug\x64\Microsoft.VCLibs.x64.Debug.14.00.Desktop.appx"
Write-Output "::endgroup::"
Expand Down

0 comments on commit 86193b7

Please sign in to comment.