File tree 1 file changed +3
-11
lines changed
src/Adapter/MSTest.TestAdapter
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 89
89
</ItemGroup >
90
90
91
91
<ItemGroup >
92
- <None Update =" build\common\MSTest.TestAdapter.props " Condition =" '$(TargetFramework)' != '$(UwpMinimum)' " >
92
+ <None Update =" build\common\* " Condition =" '$(TargetFramework)' != '$(UwpMinimum)' " >
93
93
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
94
94
</None >
95
- <None Update =" build\netfx-netcore-netstandard\MSTest.TestAdapter.targets" >
96
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
97
- </None >
98
- <None Update =" build\uwp\MSTest.TestAdapter.props" Condition =" '$(TargetFramework)' == '$(UwpMinimum)' " >
99
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
100
- </None >
101
- <None Update =" build\uwp\MSTest.TestAdapter.targets" Condition =" '$(TargetFramework)' == '$(UwpMinimum)' " >
102
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
103
- </None >
104
- <None Update =" build\common\MSTest.TestAdapter.targets" >
95
+ <None Update =" build\uwp\*" Condition =" '$(TargetFramework)' == '$(UwpMinimum)' " >
105
96
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
106
97
</None >
107
98
<None Update =" PACKAGE.md" >
153
144
<!-- SDK bottom import -->
154
145
<Import Project =" Sdk.targets" Sdk =" MSBuild.Sdk.Extras" Condition =" '$(OS)' == 'Windows_NT' " />
155
146
<Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" Condition =" '$(OS)' != 'Windows_NT' " />
147
+
156
148
</Project >
You can’t perform that action at this time.
0 commit comments