Skip to content

Commit

Permalink
Fixed the value reported by @rhundhausen (#2146)
Browse files Browse the repository at this point in the history
Update to fix typo reported by @rhundhausen that renders the version number wrong on --version
  • Loading branch information
MrHinsh authored Jul 13, 2024
1 parent a033a3f commit ec31f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ stages:
displayName: "Complie"
inputs:
command: 'build'
arguments: '/p:Version=$(GitVersion.AssemblySemVer) /p:FileVersion=$(GitVersion.AssemblySemVer) /p:InformationalVersion=$(GetVersion.InformationalVersion)'
arguments: '/p:Version=$(GitVersion.AssemblySemVer) /p:FileVersion=$(GitVersion.AssemblySemVer) /p:InformationalVersion=$(GitVersion.InformationalVersion)'
- task: DotNetCoreCLI@2
displayName: "Test L0 & L1"
inputs:
Expand Down

0 comments on commit ec31f25

Please sign in to comment.