We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e6122 commit 882d0cdCopy full SHA for 882d0cd
.build/build.ps1
@@ -52,7 +52,7 @@ Task Install-BuildTools -depends Clean {
52
53
#restore nuget packages
54
Task Restore-Packages -depends Install-BuildTools {
55
- exec { . dotnet restore "$SolutionRoot\$ProjectName" }
+ exec { . dotnet restore "$SolutionRoot\$ProjectName.sln" }
56
}
57
58
#build
0 commit comments