File tree Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 3
3
<ProductDependencies >
4
4
</ProductDependencies >
5
5
<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 " >
7
7
<Uri >https://github.com/dotnet/arcade</Uri >
8
- <Sha >82d0268ba6ae13318bcf7fcbcccf83472593ca62 </Sha >
8
+ <Sha >06f4fb81b32083ab58523f1ea0555a3bcbda6066 </Sha >
9
9
</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 " >
11
11
<Uri >https://github.com/dotnet/arcade</Uri >
12
- <Sha >82d0268ba6ae13318bcf7fcbcccf83472593ca62 </Sha >
12
+ <Sha >06f4fb81b32083ab58523f1ea0555a3bcbda6066 </Sha >
13
13
</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 " >
15
15
<Uri >https://github.com/dotnet/arcade</Uri >
16
- <Sha >82d0268ba6ae13318bcf7fcbcccf83472593ca62 </Sha >
16
+ <Sha >06f4fb81b32083ab58523f1ea0555a3bcbda6066 </Sha >
17
17
</Dependency >
18
18
</ToolsetDependencies >
19
19
</Dependencies >
Original file line number Diff line number Diff line change 6
6
<PreReleaseVersionIteration >1</PreReleaseVersionIteration >
7
7
</PropertyGroup >
8
8
<PropertyGroup >
9
- <MicrosoftDotNetBuildTasksPackagingVersion >7.0.0-beta.22572.6 </MicrosoftDotNetBuildTasksPackagingVersion >
9
+ <MicrosoftDotNetBuildTasksPackagingVersion >7.0.0-beta.22601.3 </MicrosoftDotNetBuildTasksPackagingVersion >
10
10
</PropertyGroup >
11
11
</Project >
Original file line number Diff line number Diff line change @@ -63,6 +63,11 @@ steps:
63
63
targetRidArgs='/p:TargetRid=${{ parameters.platform.targetRID }}'
64
64
fi
65
65
66
+ runtimeOsArgs=
67
+ if [ '${{ parameters.platform.runtimeOS }}' != '' ]; then
68
+ runtimeOsArgs='/p:RuntimeOS=${{ parameters.platform.runtimeOS }}'
69
+ fi
70
+
66
71
publishArgs=
67
72
if [ '${{ parameters.platform.skipPublishValidation }}' != 'true' ]; then
68
73
publishArgs='--publish'
75
80
$internalRuntimeDownloadArgs \
76
81
$internalRestoreArgs \
77
82
$targetRidArgs \
83
+ $runtimeOsArgs \
78
84
/p:SourceBuildNonPortable=${{ parameters.platform.nonPortable }} \
79
85
/p:ArcadeBuildFromSource=true
80
86
displayName : Build
Original file line number Diff line number Diff line change 3
3
"dotnet" : " 7.0.100"
4
4
},
5
5
"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 " ,
8
8
"Microsoft.Build.Traversal" : " 2.0.34"
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments