We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f029402 commit d867f62Copy full SHA for d867f62
eng/common/pipelines/templates/jobs/perf.yml
@@ -120,6 +120,10 @@ jobs:
120
ServiceDirectory: ${{ parameters.ServiceDirectory }}
121
Location: westus
122
ResourceType: perf
123
+ ServiceConnection: azure-sdk-tests
124
+ SubscriptionConfigurationFilePaths:
125
+ - eng/common/TestResources/sub-config/AzurePublicMsft.json
126
+ UseFederatedAuth: true
127
128
- script: >-
129
dotnet run -- run
@@ -179,3 +183,7 @@ jobs:
179
183
parameters:
180
184
181
185
186
187
188
189
0 commit comments