File tree 2 files changed +2
-2
lines changed
test/Microsoft.TestPlatform.AcceptanceTests/Extension
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<!-- This repo version -->
5
5
<VersionPrefix >17.4.0</VersionPrefix >
6
- <PreReleaseVersionLabel >preview </PreReleaseVersionLabel >
6
+ <PreReleaseVersionLabel >release </PreReleaseVersionLabel >
7
7
<!-- Opt-out repo features -->
8
8
<UsingToolXliff >false</UsingToolXliff >
9
9
<UsingToolNetFrameworkReferenceAssemblies Condition =" '$(DotNetBuildFromSource)' != 'true'" >true</UsingToolNetFrameworkReferenceAssemblies >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public static class Features
15
15
public static IImmutableDictionary < string , Feature > TestPlatformFeatures { get ; } = new Dictionary < string , Feature >
16
16
{
17
17
[ ATTACH_DEBUGGER_FLOW ] = new ( version : "v16.7.0-preview-20200519-01" , issue : "https://github.com/microsoft/vstest/pull/2325" ) ,
18
- [ MULTI_TFM ] = new ( version : "17 .3.0-dev " , issue : "https://github.com/microsoft/vstest/pull/3412" )
18
+ [ MULTI_TFM ] = new ( version : "v17 .3.0" , issue : "https://github.com/microsoft/vstest/pull/3412" )
19
19
} . ToImmutableDictionary ( ) ;
20
20
21
21
public static IImmutableDictionary < string , Feature > AdapterFeatures { get ; internal set ; } = new Dictionary < string , Feature >
You can’t perform that action at this time.
0 commit comments