Commit 80640467 authored by justcoding121's avatar justcoding121

restore nuget

parent e3ce4b61
...@@ -57,6 +57,7 @@ Task Clean -depends Install-BuildTools { ...@@ -57,6 +57,7 @@ Task Clean -depends Install-BuildTools {
Task Restore-Packages { Task Restore-Packages {
exec { . $NuGet restore $SolutionFile14 } exec { . $NuGet restore $SolutionFile14 }
exec { . $NuGet restore $SolutionFile }
} }
Task Install-MSBuild { Task Install-MSBuild {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment