File tree 4 files changed +16
-10
lines changed 4 files changed +16
-10
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 =" 6.0.0-beta.21366.1 " >
6
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 6.0.0-beta.21373.11 " >
7
7
<Uri >https://github.com/dotnet/arcade</Uri >
8
- <Sha >b03966cd85285e425ffe56003c0ab57e103dd14e </Sha >
8
+ <Sha >c6a28c81f96d196338b3ea520bc1e6dc7c440ee2 </Sha >
9
9
</Dependency >
10
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 6.0.0-beta.21366.1 " >
10
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 6.0.0-beta.21373.11 " >
11
11
<Uri >https://github.com/dotnet/arcade</Uri >
12
- <Sha >b03966cd85285e425ffe56003c0ab57e103dd14e </Sha >
12
+ <Sha >c6a28c81f96d196338b3ea520bc1e6dc7c440ee2 </Sha >
13
13
</Dependency >
14
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 6.0.0-beta.21366.1 " >
14
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 6.0.0-beta.21373.11 " >
15
15
<Uri >https://github.com/dotnet/arcade</Uri >
16
- <Sha >b03966cd85285e425ffe56003c0ab57e103dd14e </Sha >
16
+ <Sha >c6a28c81f96d196338b3ea520bc1e6dc7c440ee2 </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 >6.0.0-beta.21366.1 </MicrosoftDotNetBuildTasksPackagingVersion >
9
+ <MicrosoftDotNetBuildTasksPackagingVersion >6.0.0-beta.21373.11 </MicrosoftDotNetBuildTasksPackagingVersion >
10
10
</PropertyGroup >
11
11
</Project >
Original file line number Diff line number Diff line change @@ -29,6 +29,11 @@ steps:
29
29
officialBuildArgs='/p:DotNetPublishUsingPipelines=true /p:OfficialBuildId=$(BUILD.BUILDNUMBER)'
30
30
fi
31
31
32
+ internalRuntimeDownloadArgs=
33
+ if [ '$(dotnetclimsrc-read-sas-token-base64)' != '$''(dotnetclimsrc-read-sas-token-base64)' ]; then
34
+ internalRuntimeDownloadArgs='--runtimesourcefeed https://dotnetclimsrc.blob.core.windows.net/dotnet --runtimesourcefeedkey $(dotnetclimsrc-read-sas-token-base64)'
35
+ fi
36
+
32
37
targetRidArgs=
33
38
if [ '${{ parameters.platform.targetRID }}' != '' ]; then
34
39
targetRidArgs='/p:TargetRid=${{ parameters.platform.targetRID }}'
43
48
--configuration $buildConfig \
44
49
--restore --build --pack $publishArgs -bl \
45
50
$officialBuildArgs \
51
+ $internalRuntimeDownloadArgs \
46
52
$targetRidArgs \
47
53
/p:SourceBuildNonPortable=${{ parameters.platform.nonPortable }} \
48
54
/p:ArcadeBuildFromSource=true
Original file line number Diff line number Diff line change 1
1
{
2
2
"tools" : {
3
- "dotnet" : " 6.0.100-preview.4.21255.9 "
3
+ "dotnet" : " 6.0.100-preview.6.21355.2 "
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 6.0.0-beta.21366.1 " ,
7
- "Microsoft.DotNet.Helix.Sdk" : " 6.0.0-beta.21366.1 " ,
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 6.0.0-beta.21373.11 " ,
7
+ "Microsoft.DotNet.Helix.Sdk" : " 6.0.0-beta.21373.11 " ,
8
8
"Microsoft.Build.Traversal" : " 2.0.2"
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments