This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +22
-10
lines changed
common/templates/post-build Expand file tree Collapse file tree 4 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 42
42
</Dependency >
43
43
</ProductDependencies >
44
44
<ToolsetDependencies >
45
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 1.0.0-beta.20326.2 " >
45
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 1.0.0-beta.20365.6 " >
46
46
<Uri >https://github.com/dotnet/arcade</Uri >
47
- <Sha >ed69753a3ffbdaa08365252c710d57a64d17f859 </Sha >
47
+ <Sha >7cc59275eade471e29b88a797275818b0d513d0f </Sha >
48
48
</Dependency >
49
49
</ToolsetDependencies >
50
50
<ProductDependencies >
51
- <Dependency Name =" Microsoft.NET.Sdk" Version =" 3.1.400-preview.20360.11 " >
51
+ <Dependency Name =" Microsoft.NET.Sdk" Version =" 3.1.400-servicing.20372.8 " >
52
52
<Uri >https://github.com/dotnet/sdk</Uri >
53
- <Sha >7272da4b33c8f184e79561614a79f6a76725bb4f </Sha >
53
+ <Sha >4b0c1aca9239a592552a63e84d09767d9b187adb </Sha >
54
54
</Dependency >
55
55
<Dependency Name =" Microsoft.NETCore.App.Internal" Version =" 3.1.7-servicing.20371.4" >
56
56
<Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri >
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
<!-- Repo Version Information -->
9
9
<PropertyGroup >
10
- <VersionPrefix >3.1.400 </VersionPrefix >
11
- <PreReleaseVersionLabel >preview </PreReleaseVersionLabel >
10
+ <VersionPrefix >3.1.401 </VersionPrefix >
11
+ <PreReleaseVersionLabel >servicing </PreReleaseVersionLabel >
12
12
</PropertyGroup >
13
13
<!-- Production Dependencies -->
14
14
<PropertyGroup >
15
15
<!-- "Stage 0" from https://github.com/dotnet/core-sdk -->
16
- <DotNetCoreSdkLKGVersion >3.1.400-preview-015197 </DotNetCoreSdkLKGVersion >
16
+ <DotNetCoreSdkLKGVersion >3.1.400-preview-015208 </DotNetCoreSdkLKGVersion >
17
17
</PropertyGroup >
18
18
<PropertyGroup >
19
19
<!-- Dependencies from https://github.com/dotnet/core-setup -->
39
39
</PropertyGroup >
40
40
<PropertyGroup >
41
41
<!-- Dependencies from https://github.com/dotnet/sdk -->
42
- <MicrosoftNETSdkPackageVersion >3.1.400-preview.20360.11 </MicrosoftNETSdkPackageVersion >
42
+ <MicrosoftNETSdkPackageVersion >3.1.400-servicing.20372.8 </MicrosoftNETSdkPackageVersion >
43
43
<MicrosoftNETBuildExtensionsPackageVersion >$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion >
44
44
</PropertyGroup >
45
45
<PropertyGroup >
Original file line number Diff line number Diff line change @@ -355,6 +355,18 @@ stages:
355
355
shippingFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json'
356
356
symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json'
357
357
358
+ - template : \eng\common\templates\post-build\channels\generic-public-channel.yml
359
+ parameters :
360
+ artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
361
+ publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
362
+ symbolPublishingAdditionalParameters : ${{ parameters.symbolPublishingAdditionalParameters }}
363
+ stageName : ' VS16_8_Publishing'
364
+ channelName : ' VS 16.8'
365
+ channelId : 1154
366
+ transportFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-transport/nuget/v3/index.json'
367
+ shippingFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json'
368
+ symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json'
369
+
358
370
- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
359
371
parameters :
360
372
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"tools" : {
3
- "dotnet" : " 3.1.400-preview-015197 " ,
3
+ "dotnet" : " 3.1.400-preview-015208 " ,
4
4
"runtimes" : {
5
5
"dotnet" : [
6
6
" $(MicrosoftNETCoreAppInternalPackageVersion)"
7
7
]
8
8
}
9
9
},
10
10
"msbuild-sdks" : {
11
- "Microsoft.DotNet.Arcade.Sdk" : " 1.0.0-beta.20326.2 "
11
+ "Microsoft.DotNet.Arcade.Sdk" : " 1.0.0-beta.20365.6 "
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments