Skip to content

Commit aae37bc

Browse files
committed
fix(build.ps1): invalid file path reference
1 parent 6a06785 commit aae37bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if(Test-Path .\artifacts) { Remove-Item .\artifacts -Force -Recurse }
5252

5353
EnsurePsbuildInstalled
5454

55-
exec { & dotnet restore ./src/JsonApiDotNetCore/JsonApiDotNetCore.csproj }
55+
exec { & dotnet restore .\src\JsonApiDotNetCore\JsonApiDotNetCore.csproj }
5656

5757
#Invoke-MSBuild
5858

0 commit comments

Comments
 (0)