Skip to content

Commit 14a7d27

Browse files
committed
Call out dotnet-test-cloud.ps1 script
1 parent 3bdfd03 commit 14a7d27

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ This repository can be built on Windows, Linux, and OSX.
3939

4040
Building, testing, and packing this repository can be done by using the standard dotnet CLI commands (e.g. `dotnet build`, `dotnet test`, `dotnet pack`, etc.).
4141

42-
[pwsh]: https://learn.microsoft.com/powershell/scripting/install/installing-powershell
42+
## Testing
43+
44+
You can use `dotnet test` to build and/or test the repo.
45+
46+
There may be tests that are known to be unstable or have special requirements. These can be avoided by running tests using the [dotnet-test-cloud.ps1](tools/dotnet-test-cloud.ps1) script *after* running `dotnet build`.
4347

4448
## Releases
4549

@@ -96,3 +100,5 @@ git checkout origin/main
96100
# resolve any conflicts, then commit the merge commit.
97101
git push origin -u HEAD
98102
```
103+
104+
[pwsh]: https://learn.microsoft.com/powershell/scripting/install/installing-powershell

0 commit comments

Comments
 (0)