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
dvlex committed Apr 22, 2024
1 parent 0c2739a commit 29c3de3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ pool:
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'

- task: AzureCLI@2
inputs:
azureSubscription: 'Internal Projects(385b4a6c-3c96-4e12-9747-79e3cdfdbd3f)'
scriptType: 'bash'
scriptLocation: 'inlineScript'
inlineScript: 'az --version'
- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
Expand Down

0 comments on commit 29c3de3

Please sign in to comment.