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'