File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -77,12 +77,12 @@ jobs:
7777 versioningScheme : off
7878 - task : NuGetAuthenticate@0
7979 displayName : ' NuGet Authenticate'
80- - script : nuget push $(Build.ArtifactStagingDirectory)/*.nupkg -NonInteractive -Source https://pkgs.dev.azure.com/DigitalRuby/DigitalRuby/_packaging/DigitalRuby/nuget/v3/index.json -ApiKey AzureArtifacts -Verbosity Detailed
81- # - task: NuGetCommand@2
82- # displayName: 'NuGet push'
83- # inputs:
84- # command: push
85- # publishVstsFeed: 'DigitalRuby/DigitalRuby'
80+ # - script: nuget push $(Build.ArtifactStagingDirectory)/*.nupkg -NonInteractive -Source https://pkgs.dev.azure.com/DigitalRuby/DigitalRuby/_packaging/DigitalRuby/nuget/v3/index.json -ApiKey AzureArtifacts -Verbosity Detailed
81+ - task : NuGetCommand@2
82+ displayName : ' NuGet push'
83+ inputs :
84+ command : push
85+ publishVstsFeed : ' DigitalRuby/DigitalRuby'
8686 - job : build_tag
8787 displayName : Build console app
8888 timeoutInMinutes : 5
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments