Commit 718827c4 authored by justcoding121's avatar justcoding121 Committed by justcoding121

dotnet restore sln

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