mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -07:00
resolve comments
This commit is contained in:
parent
0c03aba6c9
commit
5922880e1b
2 changed files with 3 additions and 6 deletions
|
@ -49,13 +49,11 @@ extends:
|
||||||
- template: /build/pipelines/templates/build-single-architecture.yaml@self
|
- template: /build/pipelines/templates/build-single-architecture.yaml@self
|
||||||
parameters:
|
parameters:
|
||||||
platform: ARM
|
platform: ARM
|
||||||
isOSSBuild: true
|
|
||||||
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
|
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
|
||||||
isOSSBuild: true
|
|
||||||
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
|
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
|
||||||
|
|
||||||
- template: /build/pipelines/templates/run-ui-tests.yaml@self
|
- template: /build/pipelines/templates/run-ui-tests.yaml@self
|
||||||
|
@ -73,5 +71,3 @@ extends:
|
||||||
platform: x86
|
platform: x86
|
||||||
|
|
||||||
- template: /build/pipelines/templates/package-msixbundle.yaml@self
|
- template: /build/pipelines/templates/package-msixbundle.yaml@self
|
||||||
parameters:
|
|
||||||
isOSSBuild: true
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
templateContext:
|
templateContext:
|
||||||
sdl:
|
sdl:
|
||||||
binskim:
|
binskim:
|
||||||
analyzeTargetGlob: +:f|$(Agent.BuildDirectory)\binskim\**\*.dll;+:f|$(Agent.BuildDirectory)\binskim\**\*.exe
|
analyzeTargetGlob: +:f|$(Agent.BuildDirectory)\binskim\**\*
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
- output: pipelineArtifact
|
- output: pipelineArtifact
|
||||||
|
@ -91,7 +91,8 @@ jobs:
|
||||||
# - WebView2Loader.dll
|
# - WebView2Loader.dll
|
||||||
# - Microsoft.Web.WebView2.Core.dll
|
# - Microsoft.Web.WebView2.Core.dll
|
||||||
Contents: |
|
Contents: |
|
||||||
**\*
|
**\*.dll
|
||||||
|
**\*.exe
|
||||||
!**\clrcompression.dll
|
!**\clrcompression.dll
|
||||||
!**\WebView2Loader.dll
|
!**\WebView2Loader.dll
|
||||||
!**\Microsoft.Web.WebView2.Core.dll
|
!**\Microsoft.Web.WebView2.Core.dll
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue