Skip to content

Commit 68384ae

Browse files
github-actions[bot]dotnet-maestro[bot]v-wuzhaimarcpopMSFTViktorHofer
authored
[automated] Merge branch 'release/9.0.2xx' => 'main' (#8451)
* Update dependencies from https://github.com/dotnet/arcade build 20240923.1 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.24466.2 -> To Version 9.0.0-beta.24473.1 * Having folders in the binskim config causes it to fail. This was the only regex that worked so far. We'll fix again later if they give us something that works better. * Update dependencies from https://github.com/dotnet/source-build-externals build 20240930.2 (#8406) [release/9.0.1xx] Update dependencies from dotnet/source-build-externals * Update dependencies from https://github.com/dotnet/arcade build 20241001.3 (#8417) [release/9.0.1xx] Update dependencies from dotnet/arcade * Update dependencies from https://github.com/dotnet/arcade build 20241001.3 (#8416) [release/9.0.2xx] Update dependencies from dotnet/arcade * Update dependencies from https://github.com/dotnet/arcade build 20241003.2 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.24501.3 -> To Version 9.0.0-beta.24503.2 * Update dependencies from https://github.com/dotnet/arcade build 20241003.2 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.24501.3 -> To Version 9.0.0-beta.24503.2 * Update dependencies from https://github.com/dotnet/arcade build 20241008.3 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.24503.2 -> To Version 9.0.0-beta.24508.3 * Update dependencies from https://github.com/dotnet/arcade build 20241009.3 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.24508.3 -> To Version 9.0.0-beta.24509.3 * Create Directory.Solution.props * Update Directory.Solution.props * Delete Directory.Solution.props --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: v-wuzhai <[email protected]> Co-authored-by: Marc Paine <[email protected]> Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Viktor Hofer <[email protected]>
1 parent d954812 commit 68384ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ extends:
6060
tsa:
6161
enabled: true
6262
binskim:
63-
analyzeTargetGlob: $(Build.SourcesDirectory)/artifacts/bin/**.dll;$(Build.SourcesDirectory)/artifacts/bin/**.exe;
63+
analyzeTargetGlob: +:f|**\*.dll;+:f|**\*.exe;
6464
stages:
6565
- stage: build
6666
displayName: Build

0 commit comments

Comments
 (0)