Commit b1e3a4ce authored by justcoding121's avatar justcoding121

use dotnet restore

parent 80640467
...@@ -56,8 +56,8 @@ Task Clean -depends Install-BuildTools { ...@@ -56,8 +56,8 @@ Task Clean -depends Install-BuildTools {
} }
Task Restore-Packages { Task Restore-Packages {
exec { . $NuGet restore $SolutionFile14 } exec { . dotnet restore "$SolutionRoot\Titanium.Web.Proxy\Titanium.Web.Proxy.csproj" }
exec { . $NuGet restore $SolutionFile } exec { . dotnet restore "$SolutionRoot\Titanium.Web.Proxy\Titanium.Web.Proxy.Standard.csproj" }
} }
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