Skip to content

Commit ce24662

Browse files
committed
Only run dnu restore for ASP.NET 5 compatible builds
1 parent 5a66ac5 commit ce24662

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.proj

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ of patent rights can be found in the PATENTS file in the same directory.
4747
/>
4848
<!-- NuGet packages for ASP.NET 5 projects -->
4949
<Exec
50+
Condition="$(BuildAspNet5) == 'true'"
5051
WorkingDirectory="$(MSBuildProjectDirectory)"
5152
Command="dnu restore --quiet --parallel"
5253
/>

0 commit comments

Comments
 (0)