Skip to content

Commit 30970c3

Browse files
Copilotvslee
andcommitted
Replace NuGetCommand with DotNetCoreCLI push to fix Ubuntu 24.04 mono issue
Co-authored-by: vslee <[email protected]>
1 parent a575211 commit 30970c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

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

0 commit comments

Comments
 (0)