From ced466c1c57c5ff21def3da8c05de84113fb8118 Mon Sep 17 00:00:00 2001 From: EduardGomezEscandell Date: Fri, 22 Sep 2023 08:50:10 +0200 Subject: [PATCH] Print debugging (TODO: Revert) --- .github/workflows/qa-azure.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/qa-azure.yaml b/.github/workflows/qa-azure.yaml index 962a4f879..4cd69f9fb 100644 --- a/.github/workflows/qa-azure.yaml +++ b/.github/workflows/qa-azure.yaml @@ -68,6 +68,8 @@ 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 @@ -75,6 +77,8 @@ jobs: 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}" @@ -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: