Skip to content

Commit

Permalink
Remove blob feed publishing (#12979)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu authored Jun 24, 2020
1 parent 64af177 commit cf1c799
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions eng/pipelines/templates/stages/archetype-net-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,4 @@ stages:
inputs:
command: push
packagesToPush: '$(Pipeline.Workspace)/packages-signed/**/*.nupkg;!$(Pipeline.Workspace)/packages-signed/**/*.symbols.nupkg'
publishVstsFeed: $(DevOpsFeedID)
- task: MSBuild@1
displayName: 'Publish to blobfeed'
condition: and(succeeded(), eq('${{ parameters.DevOpsFeedID }}', variables['DevOpsFeedID']))
inputs:
solution: '$(AzureSDKBuildToolsPath)/tools/blobfeedtool/BlobFeedPublishHelper.proj'
msbuildArguments: '/p:AccountKey=$(azuresdkartifacts-access-key) /p:ExpectedFeedUrl=$(BlobFeedUrl) /p:PackagesPath="$(Pipeline.Workspace)/packages-signed"'
publishVstsFeed: $(DevOpsFeedID)

0 comments on commit cf1c799

Please sign in to comment.