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