Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
@@ -50,9 +50,8 @@ steps:
|
||||
inputs:
|
||||
command: 'publish'
|
||||
publishWebProjects: false
|
||||
projects: '**/*.csproj '
|
||||
projects: '**/*.csproj'
|
||||
zipAfterPublish: false
|
||||
versioningScheme: byBuildNumber
|
||||
|
||||
- task: FileTransform@1
|
||||
inputs:
|
||||
@@ -84,10 +83,11 @@ steps:
|
||||
packagesToPack: '**/*.ServiceModels/*.csproj'
|
||||
versioningScheme: 'byBuildNumber'
|
||||
|
||||
|
||||
- task: NuGetCommand@2
|
||||
displayName: 'Push Nuget to Feed'
|
||||
inputs:
|
||||
command: 'push'
|
||||
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
|
||||
packagesToPush: '$(Build.DefaultWorkingDirectory)/**/*.nupkg;!$(Build.DefaultWorkingDirectory)/**/*.symbols.nupkg'
|
||||
nuGetFeedType: 'internal'
|
||||
publishVstsFeed: '5622b603-b328-44aa-a6e8-8ca56ff54f88/22948853-baa7-4774-b19d-3aed351711c7'
|
||||
Reference in New Issue
Block a user