We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dnu restore
1 parent 5a66ac5 commit ce24662Copy full SHA for ce24662
build.proj
@@ -47,6 +47,7 @@ of patent rights can be found in the PATENTS file in the same directory.
47
/>
48
<!-- NuGet packages for ASP.NET 5 projects -->
49
<Exec
50
+ Condition="$(BuildAspNet5) == 'true'"
51
WorkingDirectory="$(MSBuildProjectDirectory)"
52
Command="dnu restore --quiet --parallel"
53
0 commit comments