Re-enable framework tests (#13043)
This commit is contained in:
parent
35b5f091d8
commit
806fef3a27
|
|
@ -5,8 +5,6 @@
|
||||||
<RootNamespace>Microsoft.AspNetCore</RootNamespace>
|
<RootNamespace>Microsoft.AspNetCore</RootNamespace>
|
||||||
<!-- https://github.com/aspnet/AspNetCore/issues/7939: This unit test requires the shared framework be available in Helix. -->
|
<!-- https://github.com/aspnet/AspNetCore/issues/7939: This unit test requires the shared framework be available in Helix. -->
|
||||||
<BuildHelixPayload>false</BuildHelixPayload>
|
<BuildHelixPayload>false</BuildHelixPayload>
|
||||||
<!-- Test logic needs to be updated to handle when SharedFx version and TFM are not the same -->
|
|
||||||
<SkipTests>true</SkipTests>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue