From df1ce3cf062c63c89f5fc9d4f526448784859da6 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Sat, 20 Jul 2019 19:03:55 -0400 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- Weather/Models/azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Weather/Models/azure-pipelines.yml b/Weather/Models/azure-pipelines.yml index 2ac7614..7dab69d 100644 --- a/Weather/Models/azure-pipelines.yml +++ b/Weather/Models/azure-pipelines.yml @@ -13,8 +13,8 @@ steps: minorVersion: '$(Minor)' patchVersion: '$(Patch)' - task: NuGetCommand@2 - displayName: 'NuGet push' inputs: - command: push - publishVstsFeed: 'HomeMonitor' - allowPackageConflicts: true \ No newline at end of file + command: 'push' + packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg' + nuGetFeedType: 'internal' + publishVstsFeed: '2eb33313-2dc4-435d-ab24-74b653cdd7bc' \ No newline at end of file