Skip to content

Commit

Permalink
Improved versionning of the assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
carldebilly committed Aug 23, 2019
1 parent 4afa1a6 commit 6e3a463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
msbuildLocationMethod: version
msbuildVersion: latest
msbuildArchitecture: x86
msbuildArguments: /r /p:Configuration=$(buildConfiguration) /p:OutputPath=app /t:Publish /detailedsummary /m:16 /bl:$(build.artifactstagingdirectory)\build.binlog
msbuildArguments: /r /p:Configuration=$(buildConfiguration) /p:OutputPath=app /p:Version=$(GitVersion.InformationalVersion) /p:AssemblyVersion=$(GitVersion.AssemblySemVer) /p:FileVersion=$(GitVersion.MajorMinorPatch) /t:Publish /detailedsummary /m:16 /bl:$(build.artifactstagingdirectory)\build.binlog
clean: false
maximumCpuCount: true
restoreNugetPackages: false
Expand Down

0 comments on commit 6e3a463

Please sign in to comment.