File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ jobs:
7676 packagesToPack : ' src/ExchangeSharp/ExchangeSharp.csproj'
7777 outputDir : ' $(Build.ArtifactStagingDirectory)'
7878 arguments : ' --configuration $(BuildConfiguration) --version-suffix prerelease-$(PipelineDate) --no-build'
79- - task : NuGetToolInstaller@1
8079 - task : NuGetAuthenticate@0
8180 displayName : ' NuGet Authenticate'
82- - task : NuGetCommand @2
81+ - task : DotNetCoreCLI @2
8382 displayName : ' NuGet push'
8483 inputs :
8584 command : push
8685 packagesToPush : ' $(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
86+ nuGetFeedType : internal
8787 publishVstsFeed : DigitalRuby/DigitalRuby
8888 - job : build_tag
8989 displayName : Build console app
You can’t perform that action at this time.
0 commit comments