Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user