Skip to content

Commit e4922b6

Browse files
Copilotvslee
andcommitted
Fix NuGet prerelease suffix: use MSBuild property syntax
Co-authored-by: vslee <[email protected]>
1 parent e29101c commit e4922b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
command: pack
7676
packagesToPack: 'src/ExchangeSharp/ExchangeSharp.csproj'
7777
outputDir: '$(Build.ArtifactStagingDirectory)'
78-
arguments: '--configuration $(BuildConfiguration) --version-suffix prerelease-$(PipelineDate) --no-build'
78+
arguments: '--configuration $(BuildConfiguration) /p:VersionSuffix=prerelease-$(PipelineDate) --no-build'
7979
- task: NuGetAuthenticate@0
8080
displayName: 'NuGet Authenticate'
8181
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)