We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a575211 commit 30970c3Copy full SHA for 30970c3
1 file changed
azure-pipelines.yml
@@ -76,14 +76,14 @@ jobs:
76
packagesToPack: 'src/ExchangeSharp/ExchangeSharp.csproj'
77
outputDir: '$(Build.ArtifactStagingDirectory)'
78
arguments: '--configuration $(BuildConfiguration) --version-suffix prerelease-$(PipelineDate) --no-build'
79
- - task: NuGetToolInstaller@1
80
- task: NuGetAuthenticate@0
81
displayName: 'NuGet Authenticate'
82
- - task: NuGetCommand@2
+ - task: DotNetCoreCLI@2
83
displayName: 'NuGet push'
84
inputs:
85
command: push
86
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
+ nuGetFeedType: internal
87
publishVstsFeed: DigitalRuby/DigitalRuby
88
- job: build_tag
89
displayName: Build console app
0 commit comments