We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec45c34 commit b58f6c4Copy full SHA for b58f6c4
scripts/build/TestPlatform.Settings.targets
@@ -5,7 +5,7 @@
5
<!-- This version is read by vsts-prebuild.ps1 and is a base for the current version, this should be updated
6
at the start of new iteration to the goal number. This is also used to version the local packages. This version needs to be statically
7
readable when we read the file as xml, don't move it to a .props file, unless you change the build server process -->
8
- <TPVersionPrefix>16.10.0</TPVersionPrefix>
+ <TPVersionPrefix>16.11.0</TPVersionPrefix>
9
</PropertyGroup>
10
<PropertyGroup>
11
<!-- Versioning is defined from the build script. Use a default dev build if it's not defined.
0 commit comments