We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29782cb commit 1277c14Copy full SHA for 1277c14
eng/Versions.props
@@ -2,6 +2,12 @@
2
<Project>
3
<PropertyGroup Label="Version settings">
4
<!-- 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>
11
<VersionPrefix>17.7.0</VersionPrefix>
12
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
13
</PropertyGroup>
0 commit comments