mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33: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
|
||||
parameters:
|
||||
platform: ARM
|
||||
isOSSBuild: true
|
||||
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
|
||||
|
||||
- template: /build/pipelines/templates/build-single-architecture.yaml@self
|
||||
parameters:
|
||||
platform: ARM64
|
||||
isOSSBuild: true
|
||||
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
|
||||
|
||||
- template: /build/pipelines/templates/run-ui-tests.yaml@self
|
||||
|
@ -73,5 +71,3 @@ extends:
|
|||
platform: x86
|
||||
|
||||
- template: /build/pipelines/templates/package-msixbundle.yaml@self
|
||||
parameters:
|
||||
isOSSBuild: true
|
||||
|
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
templateContext:
|
||||
sdl:
|
||||
binskim:
|
||||
analyzeTargetGlob: +:f|$(Agent.BuildDirectory)\binskim\**\*.dll;+:f|$(Agent.BuildDirectory)\binskim\**\*.exe
|
||||
analyzeTargetGlob: +:f|$(Agent.BuildDirectory)\binskim\**\*
|
||||
|
||||
outputs:
|
||||
- output: pipelineArtifact
|
||||
|
@ -91,7 +91,8 @@ jobs:
|
|||
# - WebView2Loader.dll
|
||||
# - Microsoft.Web.WebView2.Core.dll
|
||||
Contents: |
|
||||
**\*
|
||||
**\*.dll
|
||||
**\*.exe
|
||||
!**\clrcompression.dll
|
||||
!**\WebView2Loader.dll
|
||||
!**\Microsoft.Web.WebView2.Core.dll
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue