mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 13:23:13 -07:00
reset some
This commit is contained in:
parent
b35de72214
commit
bbf890edc3
1 changed files with 22 additions and 3 deletions
|
@ -55,6 +55,7 @@ extends:
|
||||||
projectName: $(TSA.ProjectName)
|
projectName: $(TSA.ProjectName)
|
||||||
areaPath: $(TSA.AreaPath)
|
areaPath: $(TSA.AreaPath)
|
||||||
serviceTreeID: $(TSA.ServiceTreeID)
|
serviceTreeID: $(TSA.ServiceTreeID)
|
||||||
|
allTools: true
|
||||||
codeql:
|
codeql:
|
||||||
tsaEnabled: true
|
tsaEnabled: true
|
||||||
|
|
||||||
|
@ -72,21 +73,39 @@ extends:
|
||||||
platform: x86
|
platform: x86
|
||||||
isReleaseBuild: true
|
isReleaseBuild: true
|
||||||
useReleaseAppxmanifest: true
|
useReleaseAppxmanifest: true
|
||||||
condition: false
|
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
|
||||||
|
|
||||||
- template: /build/pipelines/templates/build-single-architecture.yaml@self
|
- template: /build/pipelines/templates/build-single-architecture.yaml@self
|
||||||
parameters:
|
parameters:
|
||||||
platform: ARM
|
platform: ARM
|
||||||
isReleaseBuild: true
|
isReleaseBuild: true
|
||||||
useReleaseAppxmanifest: true
|
useReleaseAppxmanifest: true
|
||||||
condition: false
|
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
|
||||||
|
|
||||||
- template: /build/pipelines/templates/build-single-architecture.yaml@self
|
- template: /build/pipelines/templates/build-single-architecture.yaml@self
|
||||||
parameters:
|
parameters:
|
||||||
platform: ARM64
|
platform: ARM64
|
||||||
isReleaseBuild: true
|
isReleaseBuild: true
|
||||||
useReleaseAppxmanifest: true
|
useReleaseAppxmanifest: true
|
||||||
condition: false
|
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
|
||||||
|
|
||||||
|
- template: /build/pipelines/templates/run-ui-tests.yaml@self
|
||||||
|
parameters:
|
||||||
|
platform: x64
|
||||||
|
runsettingsFileName: CalculatorUITests.release.runsettings
|
||||||
|
|
||||||
|
- template: /build/pipelines/templates/run-ui-tests.yaml@self
|
||||||
|
parameters:
|
||||||
|
platform: x86
|
||||||
|
runsettingsFileName: CalculatorUITests.release.runsettings
|
||||||
|
|
||||||
|
- template: /build/pipelines/templates/run-unit-tests.yaml@self
|
||||||
|
parameters:
|
||||||
|
platform: x64
|
||||||
|
|
||||||
|
- template: /build/pipelines/templates/run-unit-tests.yaml@self
|
||||||
|
parameters:
|
||||||
|
platform: x86
|
||||||
|
|
||||||
- template: /build/pipelines/templates/package-msixbundle.yaml@self
|
- template: /build/pipelines/templates/package-msixbundle.yaml@self
|
||||||
parameters:
|
parameters:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue