Skip to content

Commit

Permalink
Merge pull request #8422 from dotnet/merge/release/9.0.1xx-to-release…
Browse files Browse the repository at this point in the history
…/9.0.2xx

[automated] Merge branch 'release/9.0.1xx' => 'release/9.0.2xx'
  • Loading branch information
marcpopMSFT authored Oct 3, 2024
2 parents 6c8d7a2 + f63a464 commit ae0f69d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ extends:
tsa:
enabled: true
binskim:
analyzeTargetGlob: $(Build.SourcesDirectory)/artifacts/bin/**.dll;$(Build.SourcesDirectory)/artifacts/bin/**.exe;
analyzeTargetGlob: +:f|**\*.dll;+:f|**\*.exe;
stages:
- stage: build
displayName: Build
Expand Down
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<Dependencies>
<ProductDependencies>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="9.0.0-alpha.1.24467.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="9.0.0-alpha.1.24480.2">
<Uri>https://github.com/dotnet/source-build-externals</Uri>
<Sha>4e60131607fd144eb86fe4487f1a37da940ca990</Sha>
<Sha>fbe8f0b52ae0e083461d89db7229f6d70e874644</Sha>
<SourceBuild RepoName="source-build-externals" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
Expand Down

0 comments on commit ae0f69d

Please sign in to comment.