Skip to content

Commit 8a4e0e5

Browse files
committed
try w/o nuget.config
1 parent 5b70011 commit 8a4e0e5

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

src/ExchangeSharp/nuget.config

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)