diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3fd2f29..60aed51 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'