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