Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
858a424708
commit
6bdf68366b
@ -30,10 +30,16 @@ steps:
|
|||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
inputs:
|
inputs:
|
||||||
command: 'push'
|
command: 'pack'
|
||||||
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
|
packagesToPack: '**/*.csproj'
|
||||||
|
includesymbols: true
|
||||||
|
includesource: true
|
||||||
versioningScheme: 'byEnvVar'
|
versioningScheme: 'byEnvVar'
|
||||||
versionEnvVar: 'GitVersion.NuGetVersion'
|
versionEnvVar: 'GitVersion.NuGetVersion'
|
||||||
|
|
||||||
|
- task: DotNetCoreCLI@2
|
||||||
|
inputs:
|
||||||
|
command: 'push'
|
||||||
|
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
|
||||||
nuGetFeedType: 'external'
|
nuGetFeedType: 'external'
|
||||||
publishFeedCredentials: 'PoweredSoftNuget'
|
publishFeedCredentials: 'PoweredSoftNuget'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user