We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfa1da commit 4630cacCopy full SHA for 4630cac
.github/workflows/release.yaml
@@ -82,10 +82,6 @@ jobs:
82
with:
83
name: fmeflow-windows-amd64
84
85
- #- name: Install Azure CLI
86
- # run: |
87
- # $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile .\AzureCLI.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I AzureCLI.msi /quiet'; Remove-Item .\AzureCLI.msi
88
-
89
- uses: azure/login@v2
90
91
creds: ${{ secrets.AZURE_CREDENTIALS }}
0 commit comments