Skip to content

Commit

Permalink
(#80) Docs: document how to run the SDK tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Apr 21, 2024
1 parent 852a05b commit 63d7023
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ Compiler packing is done by 2 NUKE targets:
- `PublishCompilerBundle`: a target that make platform-specific `dotnet publish` of compiler bundle to corresponding artifacts' folder.
- `PackCompilerBundle`: a target that wraps a published compiler bundle into a NuGet package which is then used by SDK to deliver compiler to user's project

If you want to run these tests separately, run the targets using a shell command:
```console
$ dotnet nuke PackCompilerBundle
```

Both targets are called automatically when `TestSdk` target is invoked.

SDK itself should also be built to be used in test projects. This is done by dependent target `PackSdk` which produces `Cesium.Sdk` NuGet package, suitable as Project SDK.
Expand Down

0 comments on commit 63d7023

Please sign in to comment.