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 f740f25 commit 66470a9Copy full SHA for 66470a9
Build.ps1
@@ -38,7 +38,7 @@ CheckLastExitCode
38
dotnet test ./test/OperationsExampleTests/OperationsExampleTests.csproj
39
CheckLastExitCode
40
41
-dotnet build .src\JsonApiDotNetCore -c Release
+dotnet build ./src/JsonApiDotNetCore/JsonApiDotNetCore.csproj -c Release
42
43
44
Write-Output "APPVEYOR_REPO_TAG: $env:APPVEYOR_REPO_TAG"
0 commit comments