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