Skip to content

Commit

Permalink
Update Versions.targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kztao authored and Lemon73-Computing committed Nov 5, 2024
1 parent 6e27963 commit 928f867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Versions.targets
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<VSComponentVersion>$(GitSemVerMajor).$(GitSemVerMinor).$(GitBaseVersionPatch)</VSComponentVersion>
<VSComponentVersion Condition="$(CI) and '$(GitSemVerDashLabel)' != ''">$(GitSemVerMajor).$(GitSemVerMinor).$(GitBaseVersionPatch).$(BUILDVERSION)</VSComponentVersion>
<VSComponentVersion Condition="$(CI) and '$(GitSemVerDashLabel)' == ''">$(GitSemVerMajor).$(GitSemVerMinor).$(GitSemVerPatch).0</VSComponentVersion>
<PackageVersion>$(GitSemVerMajor).$(GitSemVerMinor).$(GitSemVerPatch)-$(BUILD_BUILDID)</PackageVersion>
<PackageVersion>$(GitSemVerMajor).$(GitSemVerMinor).$(GitSemVerPatch)</PackageVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 928f867

Please sign in to comment.