From 16c38270dd7fce613d2aef8fc8409b2caabb2aca Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Sat, 20 Jul 2019 19:00:34 -0400 Subject: [PATCH] Add push step --- Weather/Models/azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Weather/Models/azure-pipelines.yml b/Weather/Models/azure-pipelines.yml index 9fab5f8..2ac7614 100644 --- a/Weather/Models/azure-pipelines.yml +++ b/Weather/Models/azure-pipelines.yml @@ -12,3 +12,9 @@ steps: majorVersion: '$(Major)' minorVersion: '$(Minor)' patchVersion: '$(Patch)' +- task: NuGetCommand@2 + displayName: 'NuGet push' + inputs: + command: push + publishVstsFeed: 'HomeMonitor' + allowPackageConflicts: true \ No newline at end of file