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: