Skip to content

Commit

Permalink
Updated versioning for .NET Core build
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMpn committed Dec 20, 2021
1 parent c0caa68 commit 2277c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ steps:
solution: '$(solution)'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'
msbuildArgs: '/p:DeployExtension=false'
msbuildArgs: '/p:DeployExtension=false /p:Version=$(GitVersion.NuGetVersion)'

- task: VSTest@2
inputs:
Expand Down

0 comments on commit 2277c9e

Please sign in to comment.