Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mumian committed May 5, 2023
1 parent 04f31ee commit e595e9c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,6 @@ pool:


steps:

- task: AzureCLI@2
inputs:
azureSubscription: $(azureServiceConnection)
scriptType: bash
scriptLocation: inlineScript
useGlobalConfig: false
inlineScript: |
az --version
az group create --name $(resourceGroupName) --location $(location)
az deployment group create --resource-group $(resourceGroupName) --template-file $(templateFile)
- task: AzureCLI@2
inputs:
azureSubscription: 'godspeed(9e8db52a-71bc-4871-9007-1117bf304622)'
Expand Down

0 comments on commit e595e9c

Please sign in to comment.