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 e29101c commit e4922b6Copy full SHA for e4922b6
azure-pipelines.yml
@@ -75,7 +75,7 @@ jobs:
75
command: pack
76
packagesToPack: 'src/ExchangeSharp/ExchangeSharp.csproj'
77
outputDir: '$(Build.ArtifactStagingDirectory)'
78
- arguments: '--configuration $(BuildConfiguration) --version-suffix prerelease-$(PipelineDate) --no-build'
+ arguments: '--configuration $(BuildConfiguration) /p:VersionSuffix=prerelease-$(PipelineDate) --no-build'
79
- task: NuGetAuthenticate@0
80
displayName: 'NuGet Authenticate'
81
- task: DotNetCoreCLI@2
0 commit comments