From 2bb5acce7bffb805c20b3e644673511afec18b2d Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Sun, 26 Jun 2022 17:06:20 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cd2f009..44b2df0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -63,6 +63,13 @@ steps: readyTimeout: '20000' - task: NuGetCommand@2 + inputs: + command: 'pack' + packagesToPack: '**/*.ServiceModels/*.csproj' + versioningScheme: 'byBuildNumber' + +- task: NuGetCommand@2 + displayName: 'Push Nuget to Feed' inputs: command: 'push' packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'