Skip to content

Commit ecf65ca

Browse files
committed
Import Helix.props when Helix.targets is imported
1 parent e10d5bb commit ecf65ca

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/Components/Web.JS/Microsoft.AspNetCore.Components.Web.JS.npmproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
<Project DefaultTargets="Build">
2+
<PropertyGroup>
3+
<IsTestProject>true</IsTestProject>
4+
</PropertyGroup>
5+
26
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Directory.Build.props))\Directory.Build.props" />
37

48
<PropertyGroup>
5-
<IsTestProject>true</IsTestProject>
69
<IsPackable>false</IsPackable>
710
</PropertyGroup>
811

src/SignalR/clients/ts/client-ts.npmproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<Project>
2+
<PropertyGroup>
3+
<IsTestProject>true</IsTestProject>
4+
</PropertyGroup>
5+
26
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Directory.Build.props))\Directory.Build.props" />
37

48
<PropertyGroup>
59
<IsPackable>false</IsPackable>
610
<IsBuildable>false</IsBuildable>
7-
<IsTestProject>true</IsTestProject>
811
<!-- Npm tests don't run on Helix currently, so we need to set this to false to still run the tests on non-Helix -->
912
<BuildHelixPayload>false</BuildHelixPayload>
1013
</PropertyGroup>

0 commit comments

Comments
 (0)