Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.azure
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2022-09-30 20:11:30 +0300
committerGitHub <noreply@github.com>2022-09-30 20:11:30 +0300
commitc7d58105c313c5e38dc8255a3ca837b27982e6af (patch)
tree28479b22038bb1fc331861202f420f321820c824 /.azure
parentd82e861d3d135d63faf66b536aa7d241f59963d1 (diff)
Remove VS nupkg push (#44230)
Signing happens at the end of the build now, even with in-build signing. The staging pipeline pushes the nupkgs. This step is not necessary, and pushes unsigned nupkgs.
Diffstat (limited to '.azure')
-rw-r--r--.azure/pipelines/ci.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml
index 10808bf3f5..c04e6ed77d 100644
--- a/.azure/pipelines/ci.yml
+++ b/.azure/pipelines/ci.yml
@@ -265,16 +265,6 @@ stages:
$(WindowsArm64InstallersLogArgs)
displayName: Build ARM64 Installers
- # A few files must also go to the VS package feed.
- - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), ne(variables.PostBuildSign, 'true')) }}:
- - task: NuGetCommand@2
- displayName: Push Visual Studio packages
- inputs:
- command: push
- packagesToPush: 'artifacts/packages/**/VS.Redist.Common.AspNetCore.*.nupkg'
- nuGetFeedType: external
- publishFeedCredentials: 'DevDiv - VS package feed'
-
artifacts:
- name: Windows_Logs
path: artifacts/log/