There was an error while loading. Please reload this page.
1 parent 6a06785 commit aae37bcCopy full SHA for aae37bc
Build.ps1
@@ -52,7 +52,7 @@ if(Test-Path .\artifacts) { Remove-Item .\artifacts -Force -Recurse }
52
53
EnsurePsbuildInstalled
54
55
-exec { & dotnet restore ./src/JsonApiDotNetCore/JsonApiDotNetCore.csproj }
+exec { & dotnet restore .\src\JsonApiDotNetCore\JsonApiDotNetCore.csproj }
56
57
#Invoke-MSBuild
58
0 commit comments