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 7f3ba2c commit a575211Copy full SHA for a575211
azure-pipelines.yml
@@ -74,9 +74,8 @@ jobs:
74
inputs:
75
command: pack
76
packagesToPack: 'src/ExchangeSharp/ExchangeSharp.csproj'
77
- configuration: '$(BuildConfiguration)'
78
outputDir: '$(Build.ArtifactStagingDirectory)'
79
- arguments: '--version-suffix prerelease-$(PipelineDate) --no-build'
+ arguments: '--configuration $(BuildConfiguration) --version-suffix prerelease-$(PipelineDate) --no-build'
80
- task: NuGetToolInstaller@1
81
- task: NuGetAuthenticate@0
82
displayName: 'NuGet Authenticate'
0 commit comments