We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b497da commit fa573c2Copy full SHA for fa573c2
build.proj
@@ -49,7 +49,7 @@ of patent rights can be found in the PATENTS file in the same directory.
49
<Exec
50
Condition="$(BuildAspNet5) == 'true'"
51
WorkingDirectory="$(MSBuildProjectDirectory)"
52
- Command="dnu restore --quiet --parallel"
+ Command="dnu restore --quiet --parallel src\React.AspNet src\React.Sample.Mvc6"
53
/>
54
<!-- npm packages -->
55
0 commit comments