Skip to content

Commit

Permalink
(ForNeVeR#80) Docs: improve the test explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Apr 21, 2024
1 parent f9745f6 commit 6463a89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +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:
If you want to run these tests without Nuke (e.g. from the IDE), run the targets using a shell command:
```console
$ dotnet nuke PackCompilerBundle
```
After that, run the tests in your preferred way.

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

Expand Down

0 comments on commit 6463a89

Please sign in to comment.