Skip to content

Commit

Permalink
Merge pull request #8426 from dotnet/darc-release/9.0.2xx-1c2a58f3-98…
Browse files Browse the repository at this point in the history
…61-43dd-825e-576823f626ca

[release/9.0.2xx] Update dependencies from dotnet/arcade
  • Loading branch information
v-wuzhai authored Oct 8, 2024
2 parents ae0f69d + 6990236 commit 817f6a9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24501.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24503.2">
<Uri>https:/dotnet/arcade</Uri>
<Sha>e879259c14f58a55983b9a70dd3034cc650ee961</Sha>
<Sha>beb827ded6acdff8c7333dfc6583cc984a8f2620</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24501.3">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24503.2">
<Uri>https:/dotnet/arcade</Uri>
<Sha>e879259c14f58a55983b9a70dd3034cc650ee961</Sha>
<Sha>beb827ded6acdff8c7333dfc6583cc984a8f2620</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="System.Formats.Asn1" Version="8.0.1">
Expand Down
1 change: 1 addition & 0 deletions eng/common/templates-official/job/job.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
parameters:
# Sbom related params
enableSbom: true
runAsPublic: false
PackageVersion: 9.0.0
BuildDropPath: '$(Build.SourcesDirectory)/artifacts'

Expand Down
1 change: 1 addition & 0 deletions eng/common/templates/job/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ parameters:
componentGovernanceIgnoreDirectories: ''
# Sbom related params
enableSbom: true
runAsPublic: false
PackageVersion: 9.0.0
BuildDropPath: '$(Build.SourcesDirectory)/artifacts'

Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"dotnet": "9.0.100-rc.1.24452.12"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24501.3"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24503.2"
}
}

0 comments on commit 817f6a9

Please sign in to comment.