mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-02-16 11:08:30 -05:00
Deploy NuGet on succesed
This commit is contained in:
@@ -58,7 +58,7 @@ stages:
|
|||||||
|
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
displayName: 'Publish to wpf-notifyicon feed'
|
displayName: 'Publish to wpf-notifyicon feed'
|
||||||
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
|
condition: succeeded()
|
||||||
inputs:
|
inputs:
|
||||||
command: 'push'
|
command: 'push'
|
||||||
versioningScheme: byBuildNumber
|
versioningScheme: byBuildNumber
|
||||||
|
|||||||
Reference in New Issue
Block a user