Skip to content

Commit f740f25

Browse files
committed
build getting started in build.ps1
1 parent b0ab4dd commit f740f25

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Build.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ $revision = "{0:D4}" -f [convert]::ToInt32($revision, 10)
2323

2424
dotnet restore
2525

26+
dotnet build ./src/Examples/GettingStarted/GettingStarted.csproj
27+
CheckLastExitCode
28+
2629
dotnet test ./test/UnitTests/UnitTests.csproj
2730
CheckLastExitCode
2831

@@ -35,7 +38,7 @@ CheckLastExitCode
3538
dotnet test ./test/OperationsExampleTests/OperationsExampleTests.csproj
3639
CheckLastExitCode
3740

38-
dotnet build .\src\JsonApiDotNetCore -c Release
41+
dotnet build .src\JsonApiDotNetCore -c Release
3942
CheckLastExitCode
4043

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

0 commit comments

Comments
 (0)