Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users.anjali/install setup tools #1376

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- job: 'Run_Test'
dependsOn : Build_Publish_Azure_CLI_Test_SDK
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-latest'

steps:
- template: templates/run-tests.yml
Expand Down
12 changes: 6 additions & 6 deletions .azure-pipelines/azure-pipelines-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- job: 'Run_Test_Mac'
dependsOn: ['Build_Publish_Azure_CLI_Test_SDK','Build_Publish_Azure_DevOps_CLI_Extension']
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-latest'

steps:
- template: templates/run-tests.yml
Expand All @@ -89,7 +89,7 @@ jobs:
- job: 'Run_Test_Mac_Azure_CLI_Released_Version'
dependsOn : Build_Publish_Azure_CLI_Test_SDK
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-latest'

steps:
- template: templates/run-tests.yml
Expand All @@ -100,7 +100,7 @@ jobs:
- job: 'Code_Coverage'
dependsOn: 'Build_Publish_Azure_CLI_Test_SDK'
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-latest'

steps:
- task: UsePythonVersion@0
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:

- job: 'Run_Style_Check'
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-latest

steps:
- task: UsePythonVersion@0
Expand All @@ -162,7 +162,7 @@ jobs:
- job: 'Run_HelpText_Check'
dependsOn: 'Build_Publish_Azure_CLI_Test_SDK'
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-latest'

steps:
- task: UsePythonVersion@0
Expand All @@ -189,7 +189,7 @@ jobs:
- job: 'Run_Test_From_Old_Release'
dependsOn : Build_Publish_Azure_CLI_Test_SDK
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-latest'

steps:
- script: git checkout Releases-0.26.0
Expand Down
12 changes: 6 additions & 6 deletions .azure-pipelines/azure-pipelines-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- job: 'Run_Test_Mac'
dependsOn : Build_Publish_Azure_CLI_Test_SDK
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-latest'

steps:
- template: templates/run-tests.yml
Expand All @@ -70,7 +70,7 @@ jobs:
- job: 'Run_Test_Mac_Azure_CLI_Released_Version'
dependsOn : Build_Publish_Azure_CLI_Test_SDK
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-latest'

steps:
- template: templates/run-tests.yml
Expand All @@ -96,7 +96,7 @@ jobs:
- job: 'Code_Coverage'
dependsOn: 'Build_Publish_Azure_CLI_Test_SDK'
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-latest'

steps:
- task: UsePythonVersion@0
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

- job: 'Run_Style_Check'
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-latest'

steps:
- task: UsePythonVersion@0
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- job: 'Run_HelpText_Check'
dependsOn: 'Build_Publish_Azure_CLI_Test_SDK'
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-latest'

steps:
- task: UsePythonVersion@0
Expand All @@ -188,7 +188,7 @@ jobs:
- job: 'Run_Test_From_Old_Release'
dependsOn : Build_Publish_Azure_CLI_Test_SDK
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-latest'

steps:
- script: git checkout Releases-0.26.0
Expand Down
2 changes: 1 addition & 1 deletion doc/samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
- job:
displayName: 'macOS'
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-latest'
steps:
- template: azure-pipelines-steps-mac.yml

Expand Down
Loading