Skip to content

Commit

Permalink
Merge pull request #174 from microsoft/dev/jestedfa/remove-publish-in…
Browse files Browse the repository at this point in the history
…ternal-feed

Stop publishing to an internal nuget feed
  • Loading branch information
jstedfast authored Jun 4, 2024
2 parents 4bc0e5a + ef9c231 commit 43b82fc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ extends:
sbom:
enabled: true
outputs:
- output: nuget
displayName: 'NuGet push to VS feed'
condition: and(succeeded(), eq(variables['Build.OfficialRelease'], 'true'))
packageParentPath: '$(Build.ArtifactStagingDirectory)\Packages'
packagesToPush: $(Build.ArtifactStagingDirectory)\Packages\*.nupkg;!$(Build.ArtifactStagingDirectory)\Packages\*.symbols.nupkg
publishVstsFeed: 97a41293-2972-4f48-8c0e-05493ae82010
- output: nuget
displayName: 'NuGet push to NuGet.org'
condition: and(succeeded(), eq(variables['Build.OfficialRelease'], 'true'))
Expand Down

0 comments on commit 43b82fc

Please sign in to comment.