Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 08df7b3

Browse files
author
moozzyk
committed
Review feedback
1 parent d3c8f4a commit 08df7b3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build/repo.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
2-
<Target Name="RestoreNpm">
2+
<Target Name="RestoreNpm" AfterTargets="Restore">
33
<Message Text="Restoring NPM modules" Importance="high" />
44
<Exec Command="npm install" WorkingDirectory="$(RepositoryRoot)" />
55
</Target>

src/Microsoft.AspNetCore.SignalR.Client.TS/Microsoft.AspNetCore.SignalR.Client.TS.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<Import Project="..\..\build\common.props" />
55
<PropertyGroup>
66
<TargetFramework>netstandard1.0</TargetFramework>
7+
<IsPackable>false</IsPackable>
78
</PropertyGroup>
89

910
<PropertyGroup>
@@ -28,7 +29,4 @@
2829
<Target Name="Clean">
2930
<RemoveDir Directories="$(SignalRClientDistFolder)" />
3031
</Target>
31-
32-
<Import Project="$(MSBuildThisFileDirectory)\..\..\build\repo.targets" />
3332
</Project>
34-

0 commit comments

Comments
 (0)