mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-09 08:24:04 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
0e8a35bb98
commit
40e816dbc5
1 changed files with 2 additions and 1 deletions
|
|
@ -26,13 +26,14 @@ steps:
|
|||
inputs:
|
||||
command: 'pack'
|
||||
packagesToPack: '**/*.csproj'
|
||||
includesymbols: true
|
||||
versioningScheme: 'byEnvVar'
|
||||
versionEnvVar: 'Build.BuildNumber'
|
||||
|
||||
- task: NuGetCommand@2
|
||||
inputs:
|
||||
command: 'push'
|
||||
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.*upkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.*upkg'
|
||||
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.*upkg'
|
||||
publishPackageMetadata: true
|
||||
nuGetFeedType: 'internal'
|
||||
publishVstsFeed: 'wiz0u'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue