mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Remove the conditions about PR in ci-internal
This commit is contained in:
parent
374e6c3bae
commit
15de3b43fc
1 changed files with 0 additions and 3 deletions
|
@ -20,12 +20,10 @@ jobs:
|
||||||
- template: ./templates/build-app-internal.yaml
|
- template: ./templates/build-app-internal.yaml
|
||||||
parameters:
|
parameters:
|
||||||
platform: x86
|
platform: x86
|
||||||
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
|
|
||||||
|
|
||||||
- template: ./templates/build-app-internal.yaml
|
- template: ./templates/build-app-internal.yaml
|
||||||
parameters:
|
parameters:
|
||||||
platform: ARM
|
platform: ARM
|
||||||
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
|
|
||||||
|
|
||||||
- template: ./templates/run-ui-tests.yaml
|
- template: ./templates/run-ui-tests.yaml
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -36,7 +34,6 @@ jobs:
|
||||||
parameters:
|
parameters:
|
||||||
platform: x86
|
platform: x86
|
||||||
runsettingsFileName: CalculatorUITests.release.runsettings
|
runsettingsFileName: CalculatorUITests.release.runsettings
|
||||||
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
|
|
||||||
|
|
||||||
- template: ./templates/run-unit-tests.yaml
|
- template: ./templates/run-unit-tests.yaml
|
||||||
parameters:
|
parameters:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue