Skip to content

Commit fa573c2

Browse files
committedOct 17, 2015
1 parent 8b497da commit fa573c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ of patent rights can be found in the PATENTS file in the same directory.
4949
<Exec
5050
Condition="$(BuildAspNet5) == 'true'"
5151
WorkingDirectory="$(MSBuildProjectDirectory)"
52-
Command="dnu restore --quiet --parallel"
52+
Command="dnu restore --quiet --parallel src\React.AspNet src\React.Sample.Mvc6"
5353
/>
5454
<!-- npm packages -->
5555
<Exec

0 commit comments

Comments
 (0)
Please sign in to comment.