Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 55435589: MrtCore build now fails due to mrt.gdnsuppress exclusions not being found, due to case sensitive of nuget package cache #4951

Merged
merged 4 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ironic that analyzeTargetGlob is itself case-insensitive!

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