Commit 398e9bd2 authored by justcoding121's avatar justcoding121

fix build failure

parent 4db2bd61
...@@ -52,7 +52,7 @@ Task Install-BuildTools -depends Clean { ...@@ -52,7 +52,7 @@ Task Install-BuildTools -depends Clean {
#restore nuget packages #restore nuget packages
Task Restore-Packages -depends Install-BuildTools { Task Restore-Packages -depends Install-BuildTools {
exec { . dotnet restore "$SolutionRoot\$ProjectName" } exec { . dotnet restore "$SolutionRoot\$ProjectName.sln" }
} }
#build #build
......
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