Skip to content

Commit cad8ce8

Browse files
authored
Merge pull request #9615 from dotnet/darc-release/9.0.3xx-2ce0d1a2-092c-454c-ac41-929ccb1b9a84
[release/9.0.3xx] Update dependencies from dotnet/arcade
2 parents 880fae6 + a1ae516 commit cad8ce8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
</Dependency>
2020
</ProductDependencies>
2121
<ToolsetDependencies>
22-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25577.5">
22+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25608.5">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>0890ca08513391dafe556fb326c73c6c5c6cb329</Sha>
24+
<Sha>92e45d251889042fd956e18b28d489020298d864</Sha>
2525
</Dependency>
2626
<!-- Intermediate is necessary for source build. -->
27-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25577.5">
27+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25608.5">
2828
<Uri>https://github.com/dotnet/arcade</Uri>
29-
<Sha>0890ca08513391dafe556fb326c73c6c5c6cb329</Sha>
29+
<Sha>92e45d251889042fd956e18b28d489020298d864</Sha>
3030
<SourceBuild RepoName="arcade" ManagedOnly="true" />
3131
</Dependency>
3232
<!-- Dependencies required for source build. We'll still update manually -->

eng/common/core-templates/job/source-index-stage1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66
sourceIndexBuildCommand: powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
77
preSteps: []
88
binlogPath: artifacts/log/Debug/Build.binlog
9-
condition: ''
9+
condition: eq(variables['Build.SourceBranch'], 'refs/heads/main')
1010
dependsOn: ''
1111
pool: ''
1212
is1ESPipeline: ''

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"dotnet": "9.0.112"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25577.5"
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25608.5"
77
}
88
}

0 commit comments

Comments
 (0)