Skip to content

Commit 253d216

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20221201.3 (#327)
[dotnet/release/7.0] Update dependencies from dotnet/arcade
1 parent 4b771d6 commit 253d216

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
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="7.0.0-beta.22572.6">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22601.3">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>82d0268ba6ae13318bcf7fcbcccf83472593ca62</Sha>
8+
<Sha>06f4fb81b32083ab58523f1ea0555a3bcbda6066</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22572.6">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22601.3">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>82d0268ba6ae13318bcf7fcbcccf83472593ca62</Sha>
12+
<Sha>06f4fb81b32083ab58523f1ea0555a3bcbda6066</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.22572.6">
14+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.22601.3">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>82d0268ba6ae13318bcf7fcbcccf83472593ca62</Sha>
16+
<Sha>06f4fb81b32083ab58523f1ea0555a3bcbda6066</Sha>
1717
</Dependency>
1818
</ToolsetDependencies>
1919
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
77
</PropertyGroup>
88
<PropertyGroup>
9-
<MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.22572.6</MicrosoftDotNetBuildTasksPackagingVersion>
9+
<MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.22601.3</MicrosoftDotNetBuildTasksPackagingVersion>
1010
</PropertyGroup>
1111
</Project>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ steps:
6363
targetRidArgs='/p:TargetRid=${{ parameters.platform.targetRID }}'
6464
fi
6565
66+
runtimeOsArgs=
67+
if [ '${{ parameters.platform.runtimeOS }}' != '' ]; then
68+
runtimeOsArgs='/p:RuntimeOS=${{ parameters.platform.runtimeOS }}'
69+
fi
70+
6671
publishArgs=
6772
if [ '${{ parameters.platform.skipPublishValidation }}' != 'true' ]; then
6873
publishArgs='--publish'
@@ -75,6 +80,7 @@ steps:
7580
$internalRuntimeDownloadArgs \
7681
$internalRestoreArgs \
7782
$targetRidArgs \
83+
$runtimeOsArgs \
7884
/p:SourceBuildNonPortable=${{ parameters.platform.nonPortable }} \
7985
/p:ArcadeBuildFromSource=true
8086
displayName: Build

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"dotnet": "7.0.100"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22572.6",
7-
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22572.6",
6+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22601.3",
7+
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22601.3",
88
"Microsoft.Build.Traversal": "2.0.34"
99
}
1010
}

0 commit comments

Comments
 (0)