diff --git a/Weather/Models/azure-pipelines.yml b/Weather/Models/azure-pipelines.yml index fe54806..cdfe725 100644 --- a/Weather/Models/azure-pipelines.yml +++ b/Weather/Models/azure-pipelines.yml @@ -39,7 +39,8 @@ steps: command: 'push' feedsToUse: 'select' packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg' - nuGetFeedType: 'internal' + nuGetFeedType: external + publishFeedCredentials: 'NuGet' publishVstsFeed: 'HomeMonitor' versioningScheme: 'byBuildNumber' allowPackageConflicts: true \ No newline at end of file