mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-02-16 11:08:30 -05:00
Removed the nuget publish for now, we will restore this as soon as the changes are in the main repository and there is access to the nuget organisation.
This commit is contained in:
@@ -52,34 +52,3 @@ stages:
|
||||
|
||||
- publish: $(Build.ArtifactStagingDirectory)
|
||||
artifact: drop
|
||||
|
||||
- stage: Deploy
|
||||
jobs:
|
||||
- deployment: DeployNuGet
|
||||
pool:
|
||||
vmImage: 'Windows-2019'
|
||||
|
||||
environment: 'NuGet'
|
||||
strategy:
|
||||
# default deployment strategy
|
||||
runOnce:
|
||||
deploy:
|
||||
steps:
|
||||
- task: DownloadPipelineArtifact@2
|
||||
inputs:
|
||||
artifact: 'drop'
|
||||
|
||||
- task: NuGetToolInstaller@0
|
||||
displayName: 'Use NuGet 5.4.0'
|
||||
inputs:
|
||||
versionSpec: 5.4.0
|
||||
checkLatest: true
|
||||
|
||||
- task: NuGetCommand@2
|
||||
displayName: 'NuGet push'
|
||||
inputs:
|
||||
command: push
|
||||
packagesToPush: '$(Pipeline.Workspace)/drop/*.nupkg;!$(Pipeline.Workspace)/drop/*.symbols.nupkg'
|
||||
nuGetFeedType: internal
|
||||
vstsFeed: https://pkgs.dev.azure.com/wpfnotify/47ad3688-2ac8-4838-831d-304f8d86514b/_packaging/NotifyIconBetaFeed/nuget/v3/index.json
|
||||
# publishFeedCredentials: 'NotifyIcon nuget push'
|
||||
|
||||
Reference in New Issue
Block a user