Skip to content

Commit 1277c14

Browse files
nohwndEvangelink
andauthored
Use SemVer1 (#4545)
Co-authored-by: Amaury Levé <[email protected]>
1 parent 29782cb commit 1277c14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eng/Versions.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
<Project>
33
<PropertyGroup Label="Version settings">
44
<!-- This repo version -->
5+
<!--
6+
Workaround for https://github.com/microsoft/vstest/issues/4544
7+
Use semantic versioning V1 because V2 will produce version like 17.7.0-preview.23280.1+94103c3f and DTAExecutionHost
8+
is trying to parse that version and will consider any version with more than 4 `.` in it as invalid.
9+
-->
10+
<SemanticVersioningV1>true</SemanticVersioningV1>
511
<VersionPrefix>17.7.0</VersionPrefix>
612
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
713
</PropertyGroup>

0 commit comments

Comments
 (0)