mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Add var to control whether we push symbols to nuget (#938)
This commit is contained in:
@@ -186,6 +186,7 @@ steps:
|
|||||||
|
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
displayName: 'NuGet push'
|
displayName: 'NuGet push'
|
||||||
|
condition: eq(variables['PUSH_SYMBOLS'], 'true')
|
||||||
inputs:
|
inputs:
|
||||||
command: push
|
command: push
|
||||||
packagesToPush: '$(Build.SourcesDirectory)/artifacts/nugetPackages/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
|
packagesToPush: '$(Build.SourcesDirectory)/artifacts/nugetPackages/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
|
||||||
|
|||||||
Reference in New Issue
Block a user