File tree 12 files changed +43
-103
lines changed
12 files changed +43
-103
lines changed Original file line number Diff line number Diff line change 76
76
</Dependency >
77
77
</ProductDependencies >
78
78
<ToolsetDependencies >
79
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 1.0.0-beta.19458.2 " >
79
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 1.0.0-beta.19459.10 " >
80
80
<Uri >https://github.com/dotnet/arcade</Uri >
81
- <Sha >29ee79a10c58dd6863a46157e374521cac610ad8 </Sha >
81
+ <Sha >f5ccfdcbd828383d39cf583086ef42d72ca5b320 </Sha >
82
82
</Dependency >
83
- <Dependency Name =" Microsoft.DotNet.GenAPI" Version =" 1.0.0-beta.19458.2 " >
83
+ <Dependency Name =" Microsoft.DotNet.GenAPI" Version =" 1.0.0-beta.19459.10 " >
84
84
<Uri >https://github.com/dotnet/arcade</Uri >
85
- <Sha >29ee79a10c58dd6863a46157e374521cac610ad8 </Sha >
85
+ <Sha >f5ccfdcbd828383d39cf583086ef42d72ca5b320 </Sha >
86
86
</Dependency >
87
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 2.0.0-beta.19458.2 " >
87
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 2.0.0-beta.19459.10 " >
88
88
<Uri >https://github.com/dotnet/arcade</Uri >
89
- <Sha >29ee79a10c58dd6863a46157e374521cac610ad8 </Sha >
89
+ <Sha >f5ccfdcbd828383d39cf583086ef42d72ca5b320 </Sha >
90
90
</Dependency >
91
91
<Dependency Name =" Microsoft.NETCore.Platforms" Version =" 3.0.0-rc2.19459.12" CoherentParentDependency =" Microsoft.NETCore.App.Runtime.win-x64" >
92
92
<Uri >https://github.com/dotnet/corefx</Uri >
Original file line number Diff line number Diff line change 61
61
<!-- Workaround https://github.com/dotnet/cli/issues/10528-->
62
62
<MicrosoftNETCorePlatformsPackageVersion >3.0.0-rc2.19459.12</MicrosoftNETCorePlatformsPackageVersion >
63
63
<!-- Packages from dotnet/arcade -->
64
- <MicrosoftDotNetGenAPIPackageVersion >1.0.0-beta.19458.2 </MicrosoftDotNetGenAPIPackageVersion >
64
+ <MicrosoftDotNetGenAPIPackageVersion >1.0.0-beta.19459.10 </MicrosoftDotNetGenAPIPackageVersion >
65
65
<!-- Packages from dotnet/roslyn -->
66
66
<MicrosoftNetCompilersToolsetVersion >3.3.1-beta3-19456-04</MicrosoftNetCompilersToolsetVersion >
67
67
</PropertyGroup >
Original file line number Diff line number Diff line change @@ -120,14 +120,6 @@ stages:
120
120
/p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key)
121
121
${{ parameters.artifactsPublishingAdditionalParameters }}
122
122
123
-
124
- - stage : NetCore_Dev30_Publish_Validation
125
- displayName : .NET Core 3.0 Dev Publish Validation
126
- variables :
127
- - template : ../common-variables.yml
128
- jobs :
129
- - template : ../setup-maestro-vars.yml
130
-
131
- - template : ../promote-build.yml
132
- parameters :
133
- ChannelId : ${{ variables.PublicDevRelease_30_Channel_Id }}
123
+ - template : ../../steps/promote-build.yml
124
+ parameters :
125
+ ChannelId : ${{ variables.PublicDevRelease_30_Channel_Id }}
Original file line number Diff line number Diff line change @@ -120,14 +120,6 @@ stages:
120
120
/p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key)
121
121
${{ parameters.artifactsPublishingAdditionalParameters }}
122
122
123
-
124
- - stage : NetCore_Dev31_Publish_Validation
125
- displayName : .NET Core 3.1 Dev Publish Validation
126
- variables :
127
- - template : ../common-variables.yml
128
- jobs :
129
- - template : ../setup-maestro-vars.yml
130
-
131
- - template : ../promote-build.yml
132
- parameters :
133
- ChannelId : ${{ variables.PublicDevRelease_31_Channel_Id }}
123
+ - template : ../../steps/promote-build.yml
124
+ parameters :
125
+ ChannelId : ${{ variables.PublicDevRelease_31_Channel_Id }}
Original file line number Diff line number Diff line change @@ -126,14 +126,6 @@ stages:
126
126
/p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
127
127
${{ parameters.artifactsPublishingAdditionalParameters }}
128
128
129
-
130
- - stage : NetCore_Dev5_Publish_Validation
131
- displayName : .NET Core 5 Dev Publish Validation
132
- variables :
133
- - template : ../common-variables.yml
134
- jobs :
135
- - template : ../setup-maestro-vars.yml
136
-
137
- - template : ../promote-build.yml
138
- parameters :
139
- ChannelId : ${{ variables.NetCore_5_Dev_Channel_Id }}
129
+ - template : ../../steps/promote-build.yml
130
+ parameters :
131
+ ChannelId : ${{ variables.NetCore_5_Dev_Channel_Id }}
Original file line number Diff line number Diff line change @@ -113,17 +113,6 @@ stages:
113
113
/p:Configuration=Release
114
114
${{ parameters.artifactsPublishingAdditionalParameters }}
115
115
116
- - template : ../trigger-subscription .yml
116
+ - template : ../../steps/promote-build .yml
117
117
parameters :
118
- ChannelId : ${{ variables.InternalServicing_30_Channel_Id }}
119
-
120
- - stage : NetCore_30_Internal_Servicing_Publish_Validation
121
- displayName : .NET Core 3.0 Internal Servicing Publish Validation
122
- variables :
123
- - template : ../common-variables.yml
124
- jobs :
125
- - template : ../setup-maestro-vars.yml
126
-
127
- - template : ../promote-build.yml
128
- parameters :
129
- ChannelId : ${{ variables.InternalServicing_30_Channel_Id }}
118
+ ChannelId : ${{ variables.InternalServicing_30_Channel_Id }}
Original file line number Diff line number Diff line change @@ -113,17 +113,6 @@ stages:
113
113
/p:Configuration=Release
114
114
${{ parameters.artifactsPublishingAdditionalParameters }}
115
115
116
- - template : ../trigger-subscription .yml
116
+ - template : ../../steps/promote-build .yml
117
117
parameters :
118
118
ChannelId : ${{ variables.PublicRelease_30_Channel_Id }}
119
-
120
- - stage : NetCore_Release30_Publish_Validation
121
- displayName : .NET Core 3.0 Release Publish Validation
122
- variables :
123
- - template : ../common-variables.yml
124
- jobs :
125
- - template : ../setup-maestro-vars.yml
126
-
127
- - template : ../promote-build.yml
128
- parameters :
129
- ChannelId : ${{ variables.PublicRelease_30_Channel_Id }}
Original file line number Diff line number Diff line change @@ -119,17 +119,6 @@ stages:
119
119
/p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key)
120
120
${{ parameters.artifactsPublishingAdditionalParameters }}
121
121
122
- - template : ../trigger-subscription .yml
122
+ - template : ../../steps/promote-build .yml
123
123
parameters :
124
124
ChannelId : ${{ variables.PublicRelease_31_Channel_Id }}
125
-
126
- - stage : NetCore_Release31_Publish_Validation
127
- displayName : .NET Core 3.1 Release Publish Validation
128
- variables :
129
- - template : ../common-variables.yml
130
- jobs :
131
- - template : ../setup-maestro-vars.yml
132
-
133
- - template : ../promote-build.yml
134
- parameters :
135
- ChannelId : ${{ variables.PublicRelease_31_Channel_Id }}
Original file line number Diff line number Diff line change @@ -125,15 +125,7 @@ stages:
125
125
/p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json'
126
126
/p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)
127
127
${{ parameters.artifactsPublishingAdditionalParameters }}
128
-
129
-
130
- - stage : NetCore_Tools_Latest_PublishValidation
131
- displayName : .NET Tools - Latest Publish Validation
132
- variables :
133
- - template : ../common-variables.yml
134
- jobs :
135
- - template : ../setup-maestro-vars.yml
136
-
137
- - template : ../promote-build.yml
138
- parameters :
139
- ChannelId : ${{ variables.NetCore_Tools_Latest_Channel_Id }}
128
+
129
+ - template : ../../steps/promote-build.yml
130
+ parameters :
131
+ ChannelId : ${{ variables.NetCore_Tools_Latest_Channel_Id }}
Original file line number Diff line number Diff line change @@ -85,15 +85,7 @@ stages:
85
85
/p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json'
86
86
/p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
87
87
${{ parameters.artifactsPublishingAdditionalParameters }}
88
-
89
-
90
- - stage : PVR_PublishValidation
91
- displayName : .NET Tools - Validation Publish Validation
92
- variables :
93
- - template : ../common-variables.yml
94
- jobs :
95
- - template : ../setup-maestro-vars.yml
96
-
97
- - template : ../promote-build.yml
98
- parameters :
99
- ChannelId : ${{ variables.PublicValidationRelease_30_Channel_Id }}
88
+
89
+ - template : ../../steps/promote-build.yml
90
+ parameters :
91
+ ChannelId : ${{ variables.PublicValidationRelease_30_Channel_Id }}
Original file line number Diff line number Diff line change
1
+ parameters :
2
+ ChannelId : 0
3
+
4
+ steps :
5
+ - task : PowerShell@2
6
+ displayName : Add Build to Channel
7
+ inputs :
8
+ filePath : $(Build.SourcesDirectory)/eng/common/post-build/promote-build.ps1
9
+ arguments : -BuildId $(BARBuildId)
10
+ -ChannelId ${{ parameters.ChannelId }}
11
+ -MaestroApiAccessToken $(MaestroApiAccessToken)
12
+ -MaestroApiEndPoint $(MaestroApiEndPoint)
13
+ -MaestroApiVersion $(MaestroApiVersion)
Original file line number Diff line number Diff line change 11
11
}
12
12
},
13
13
"msbuild-sdks" : {
14
- "Microsoft.DotNet.Arcade.Sdk" : " 1.0.0-beta.19458.2 " ,
15
- "Microsoft.DotNet.Helix.Sdk" : " 2.0.0-beta.19458.2 "
14
+ "Microsoft.DotNet.Arcade.Sdk" : " 1.0.0-beta.19459.10 " ,
15
+ "Microsoft.DotNet.Helix.Sdk" : " 2.0.0-beta.19459.10 "
16
16
}
17
17
}
You can’t perform that action at this time.
0 commit comments