Skip to content

Commit 43e5e99

Browse files
authored
Merge pull request #3572 from joeloff/redist
Remove VS nupkg push
2 parents 6fb31ed + 9ff541f commit 43e5e99

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

eng/pipelines/jobs/windows-build.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,6 @@ jobs:
8484
parameters:
8585
name: Generate_SBOM_${{ parameters.name }}
8686

87-
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
88-
- task: NuGetCommand@2
89-
displayName: Push Visual Studio NuPkgs
90-
inputs:
91-
command: push
92-
packagesToPush: '$(Build.SourcesDirectory)/artifacts/packages/$(_BuildConfig)/*/VS.Redist.Common.*.nupkg'
93-
nuGetFeedType: external
94-
publishFeedCredentials: 'DevDiv - VS package feed'
95-
condition: and(
96-
succeeded(),
97-
eq(variables['_BuildConfig'], 'Release'),
98-
ne(variables['PostBuildSign'], 'true'))
99-
10087
- template: /eng/pipelines/steps/upload-job-artifacts.yml
10188
parameters:
10289
name: ${{ parameters.name }}

0 commit comments

Comments
 (0)