Skip to content

Commit

Permalink
Bug 55435589: MrtCore build now fails due to mrt.gdnsuppress exclusio…
Browse files Browse the repository at this point in the history
…ns not being found, due to case sensitive of nuget package cache (#4951)

* Snapshot 1

* Update WindowsAppSDK-Foundation-Nightly.yml

* Update WindowsAppSDK-Foundation-Official.yml

* Update WindowsAppSDK-Foundation-PR.yml
  • Loading branch information
alexlamtest authored Dec 10, 2024
1 parent 0cc28b7 commit ed94e7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build/WindowsAppSDK-Foundation-Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ extends:
binskim:
enabled: true
break: true
analyzeTargetGlob: +:f|**.exe;+:f|**.dll;-:f|**\packages\**\*.dll;-:f|**\packages\**\*.exe
prefast:
${{ if eq(parameters.runStaticAnalysis, 'true') }}:
enabled: true
Expand Down Expand Up @@ -119,4 +120,4 @@ extends:
- template: AzurePipelinesTemplates\WindowsAppSDK-Publish-Stage.yml@self
parameters:
PublishToMaestro: ${{ parameters.PublishToMaestro }}
IgnoreFailures: ${{ parameters.IgnoreFailures }}
IgnoreFailures: ${{ parameters.IgnoreFailures }}
3 changes: 2 additions & 1 deletion build/WindowsAppSDK-Foundation-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ extends:
binskim:
enabled: true
break: true
analyzeTargetGlob: +:f|**.exe;+:f|**.dll;-:f|**\packages\**\*.dll;-:f|**\packages\**\*.exe
prefast:
${{ if eq(parameters.runStaticAnalysis, 'true') }}:
enabled: true
Expand Down Expand Up @@ -105,4 +106,4 @@ extends:
- template: AzurePipelinesTemplates\WindowsAppSDK-Publish-Stage.yml@self
parameters:
PublishToMaestro: ${{ parameters.PublishToMaestro }}
IgnoreFailures: ${{ parameters.IgnoreFailures }}
IgnoreFailures: ${{ parameters.IgnoreFailures }}
3 changes: 2 additions & 1 deletion build/WindowsAppSDK-Foundation-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ extends:
binskim:
enabled: true
break: true
analyzeTargetGlob: +:f|**.exe;+:f|**.dll;-:f|**\packages\**\*.dll;-:f|**\packages\**\*.exe
prefast:
${{ if eq(parameters.runStaticAnalysis, 'true') }}:
enabled: true
Expand Down Expand Up @@ -92,4 +93,4 @@ extends:
parameters:
SignOutput: false
PublishPackage: false


0 comments on commit ed94e7e

Please sign in to comment.