Skip to content

Commit 239883a

Browse files
committed
Merge branch 'main' into microbuild
2 parents 7a476f4 + 98ba7d5 commit 239883a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dotnet test --project test/Library.Tests/Library.Tests.csproj --no-build -c Rele
5252

5353
**Exclude tests with a specific trait** (skip unstable tests):
5454
```bash
55-
dotnet test --project test/Library.Tests/Library.Tests.csproj --no-build -c Release -- --filter-not-trait "FailsInCloudTest=true"
55+
dotnet test --project test/Library.Tests/Library.Tests.csproj --no-build -c Release -- --filter-not-trait "TestCategory=FailsInCloudTest"
5656
```
5757

5858
**Run tests for a specific framework only**:

tools/dotnet-test-cloud.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if ($isMTP) {
7575
--no-build `
7676
-c $Configuration `
7777
-bl:"$testBinLog" `
78-
--filter-not-trait 'FailsInCloudTest=true' `
78+
--filter-not-trait 'TestCategory=FailsInCloudTest' `
7979
--coverage-settings "$PSScriptRoot/test.runsettings" `
8080
@mtpArgs `
8181
@dumpSwitches `

0 commit comments

Comments
 (0)