UI tests should use CI runsettings in internal CI builds (#1686)

After the change in #1682, the internal CI build uses the .Dev app identity. Use the runsettings for UI tests that has the .Dev app identity.
This commit is contained in:
Matt Cooley
2021-09-16 15:10:57 -07:00
committed by GitHub
parent 951a555f17
commit 3432e4aed4
3 changed files with 19 additions and 2 deletions

View File

@@ -34,12 +34,12 @@ jobs:
- template: ./templates/run-ui-tests.yaml
parameters:
platform: x64
runsettingsFileName: CalculatorUITests.release.runsettings
runsettingsFileName: CalculatorUITests.ci-internal.runsettings
- template: ./templates/run-ui-tests.yaml
parameters:
platform: x86
runsettingsFileName: CalculatorUITests.release.runsettings
runsettingsFileName: CalculatorUITests.ci-internal.runsettings
- template: ./templates/run-unit-tests.yaml
parameters: