Skip to content

Commit

Permalink
Use publishFeedCredentials instead of externalEndpoint for publishing (
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast authored Jun 26, 2024
1 parent 1169ead commit b3248e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extends:
packageParentPath: '$(Build.ArtifactStagingDirectory)\Packages'
packagesToPush: $(Build.ArtifactStagingDirectory)\Packages\*.nupkg;!$(Build.ArtifactStagingDirectory)\Packages\*.symbols.nupkg
nuGetFeedType: external
externalEndpoint: XamlBehaviors-NuGet.org
publishFeedCredentials: XamlBehaviors-NuGet.org
steps:
- checkout: self
clean: true
Expand Down

0 comments on commit b3248e0

Please sign in to comment.