Skip to content

Commit b399fb2

Browse files
CopilotKSemenenko
andcommitted
Simplify build commands to basic dotnet build and dotnet test
Co-authored-by: KSemenenko <4385716+KSemenenko@users.noreply.github.com>
1 parent 5684ef4 commit b399fb2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ Result pattern for .NET that replaces exceptions with type-safe return values. F
1919
## Building and Testing
2020

2121
```bash
22-
# Requires .NET 9.0 SDK
23-
dotnet build ManagedCode.Communication.Tests/Tests.ManagedCode.Communication.sln
24-
dotnet test ManagedCode.Communication.Tests/Tests.ManagedCode.Communication.sln
22+
dotnet build
23+
dotnet test
2524
```
2625

2726
## Formatting

0 commit comments

Comments
 (0)