-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update signedAssertion test to avoid resource contention (#2263)
* Update signedAssertion test to avoid resource contention * remove sonarcloud * add yaml * update test * use msbuild * Fixing flaky tests * Update tests/Microsoft.Identity.Web.Test/AzureIdentityForKubernetesClientAssertionTests.cs * Update template-run-unit-tests.yaml to exclude test apps --------- Co-authored-by: Jean-Marc Prieur <jmprieur@microsoft.com>
- Loading branch information
Showing
4 changed files
with
55 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# template-run-unit-tests.yaml | ||
# Run all unit tests across the IdWeb project | ||
|
||
steps: | ||
|
||
- task: DotNetCoreCLI@2 | ||
inputs: | ||
command: 'test' | ||
projects: | | ||
Tests/**/*.csproj | ||
!Tests/DevApps/**/*.csproj | ||
arguments: '--collect "Code coverage"' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters