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 b0ab4dd commit f740f25Copy full SHA for f740f25
Build.ps1
@@ -23,6 +23,9 @@ $revision = "{0:D4}" -f [convert]::ToInt32($revision, 10)
23
24
dotnet restore
25
26
+dotnet build ./src/Examples/GettingStarted/GettingStarted.csproj
27
+CheckLastExitCode
28
+
29
dotnet test ./test/UnitTests/UnitTests.csproj
30
CheckLastExitCode
31
@@ -35,7 +38,7 @@ CheckLastExitCode
35
38
dotnet test ./test/OperationsExampleTests/OperationsExampleTests.csproj
36
39
37
40
-dotnet build .\src\JsonApiDotNetCore -c Release
41
+dotnet build .src\JsonApiDotNetCore -c Release
42
43
44
Write-Output "APPVEYOR_REPO_TAG: $env:APPVEYOR_REPO_TAG"
0 commit comments