Skip to content

Commit

Permalink
Print debugging (TODO: Revert)
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Sep 22, 2023
1 parent 358ed20 commit ced466c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/qa-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,17 @@ jobs:
shell: powershell
working-directory: ci-artifacts
run: |
tree /F
Write-Output "::group::Set up AppxPackage"
Get-AppxPackage -Name "CanonicalGroupLimited.UbuntuProForWindows" | Remove-AppxPackage -ErrorAction Ignore
New-Item -Name "windows-agent" -ItemType Directory
Move-Item -Path "UbuntuProForWindows_*/UbuntuProForWindows_*/*" -Destination "windows-agent/"
Remove-Item -Recurse "UbuntuProForWindows_*"
tree /F
$cert = (Get-ChildItem windows-agent/UbuntuProForWindows_*.cer)
$pwd = ConvertTo-SecureString '${{ secrets.CERTIFICATE_PASSWORD }}' -AsPlainText -Force
Import-PfxCertificate -Password $pwd -CertStoreLocation Cert:LocalMachine\Trust -FilePath "${cert}"
Expand All @@ -84,6 +88,8 @@ jobs:
Write-Output "::group::Set up WSL Pro Service"
Rename-Item -Path "wsl-pro-service_*/" -NewName "wsl-pro-service"
Write-Output "::endgroup::"
tree /F
- name: Test
shell: powershell
env:
Expand Down

0 comments on commit ced466c

Please sign in to comment.