mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 13:23:13 -07:00
Disable x86 build and test in PR builds (#1258)
This commit is contained in:
parent
09391d869f
commit
0d75a965cb
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ jobs:
|
||||||
- template: ./templates/build-app-public.yaml
|
- template: ./templates/build-app-public.yaml
|
||||||
parameters:
|
parameters:
|
||||||
platform: x86
|
platform: x86
|
||||||
|
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
|
||||||
|
|
||||||
- template: ./templates/build-app-public.yaml
|
- template: ./templates/build-app-public.yaml
|
||||||
parameters:
|
parameters:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue