Skip to content

Commit fcfbe74

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20241011.1 (dotnet#2629)
[main] Update dependencies from dotnet/arcade
1 parent 18ddb76 commit fcfbe74

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24510.1">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24511.1">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>380002a14775d7f68f098c7e6b7d1c3638bd4c5d</Sha>
8+
<Sha>712dea25b14a59fe642f2d28e8a3f3c931c03759</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24510.1">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24511.1">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>380002a14775d7f68f098c7e6b7d1c3638bd4c5d</Sha>
12+
<Sha>712dea25b14a59fe642f2d28e8a3f3c931c03759</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.24510.1">
14+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.24511.1">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>380002a14775d7f68f098c7e6b7d1c3638bd4c5d</Sha>
16+
<Sha>712dea25b14a59fe642f2d28e8a3f3c931c03759</Sha>
1717
</Dependency>
1818
</ToolsetDependencies>
1919
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
<SystemCollectionsImmutableVersion>8.0.0</SystemCollectionsImmutableVersion>
1616
<SystemIOHashingVersion>8.0.0</SystemIOHashingVersion>
1717
<MicrosoftBclTimeProviderVersion>8.0.0</MicrosoftBclTimeProviderVersion>
18-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.24510.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
18+
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.24511.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
1919
</PropertyGroup>
2020
</Project>

eng/common/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ function Build {
231231
/p:Restore=$restore \
232232
/p:Build=$build \
233233
/p:DotNetBuildRepo=$product_build \
234-
/p:ArcadeBuildFromSource=$source_build \
235234
/p:DotNetBuildSourceOnly=$source_build \
236235
/p:Rebuild=$rebuild \
237236
/p:Test=$test \

eng/common/core-templates/steps/source-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ steps:
8686
$runtimeOsArgs \
8787
$baseOsArgs \
8888
/p:SourceBuildNonPortable=${{ parameters.platform.nonPortable }} \
89-
/p:ArcadeBuildFromSource=true \
9089
/p:DotNetBuildSourceOnly=true \
9190
/p:DotNetBuildRepo=true \
9291
/p:AssetManifestFileName=$assetManifestFileName

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"msbuild-sdks": {
21-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24510.1",
22-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24510.1"
21+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24511.1",
22+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24511.1"
2323
}
2424
}

0 commit comments

Comments
 (0)