Skip to content

Commit

Permalink
Merge branch 'nat/promiseAllSettle' of https://github.com/microsoft/v…
Browse files Browse the repository at this point in the history
…scode-azureresourcegroups into nat/promiseAllSettle
  • Loading branch information
nturinski committed Jun 28, 2024
2 parents 801d733 + 59e5114 commit 1b3bed8
Show file tree
Hide file tree
Showing 3 changed files with 1,081 additions and 6,295 deletions.
8 changes: 7 additions & 1 deletion .azure-pipelines/1esmain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@ resources:
ref: main
endpoint: GitHub-AzureTools # The service connection to use when accessing this repository

parameters:
- name: enableLongRunningTests
displayName: Enable Long Running Tests
type: boolean
default: true

# Use those templates
extends:
template: azure-pipelines/1esmain.yml@azExtTemplates
parameters:
useAzureFederatedCredentials: true
useAzureFederatedCredentials: ${{ parameters.enableLongRunningTests }}
Loading

0 comments on commit 1b3bed8

Please sign in to comment.