Skip to content

Commit

Permalink
Remove VS nupkg push (#3634) (#3639)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacques Eloff <[email protected]>
  • Loading branch information
mmitche and joeloff committed Jun 3, 2023
1 parent b899fb8 commit 5d32ba8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions eng/pipelines/jobs/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 5d32ba8

Please sign in to comment.