From 5d32ba85aa589ce8ff14b50461863da0165515b2 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 2 Jun 2023 22:02:23 -0700 Subject: [PATCH] Remove VS nupkg push (#3634) (#3639) Co-authored-by: Jacques Eloff --- eng/pipelines/jobs/windows-build.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/eng/pipelines/jobs/windows-build.yml b/eng/pipelines/jobs/windows-build.yml index 5057d4b11..077204dc6 100644 --- a/eng/pipelines/jobs/windows-build.yml +++ b/eng/pipelines/jobs/windows-build.yml @@ -84,19 +84,6 @@ jobs: parameters: name: Generate_SBOM_${{ parameters.name }} - - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - - task: NuGetCommand@2 - displayName: Push Visual Studio NuPkgs - inputs: - command: push - packagesToPush: '$(Build.SourcesDirectory)/artifacts/packages/$(_BuildConfig)/*/VS.Redist.Common.*.nupkg' - nuGetFeedType: external - publishFeedCredentials: 'DevDiv - VS package feed' - condition: and( - succeeded(), - eq(variables['_BuildConfig'], 'Release'), - ne(variables['PostBuildSign'], 'true')) - - template: /eng/pipelines/steps/upload-job-artifacts.yml parameters: name: ${{ parameters.name }} \ No newline at end of file