Skip to content

Commit 66470a9

Browse files
committed
fix build script
1 parent f740f25 commit 66470a9

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
@@ -38,7 +38,7 @@ CheckLastExitCode
3838
dotnet test ./test/OperationsExampleTests/OperationsExampleTests.csproj
3939
CheckLastExitCode
4040

41-
dotnet build .src\JsonApiDotNetCore -c Release
41+
dotnet build ./src/JsonApiDotNetCore/JsonApiDotNetCore.csproj -c Release
4242
CheckLastExitCode
4343

4444
Write-Output "APPVEYOR_REPO_TAG: $env:APPVEYOR_REPO_TAG"

0 commit comments

Comments
 (0)