We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0393a commit 3b2b6e5Copy full SHA for 3b2b6e5
1 file changed
.github/workflows/dotnetCi.yml
@@ -8,7 +8,22 @@ on:
8
9
jobs:
10
11
- buildAndRunBasicTests:
+ # Summary:
12
+ #
13
+ # * Installs and configures the environment
14
+ # * Builds the solution with SonarScanner analysis
15
+ # * In Debug configuration
16
+ # * For just one TFM (typically the latest LTS .NET release)
17
+ # * Runs all .NET and JS tests
18
+ # * In Debug configuration (.NET tests)
19
+ # * Producing code coverage reports, consumed by SonarScanner
20
21
+ # * WebDriver-based tests use a locally-running Chrome browser ONLY
22
+ # * Packages test results as build artifacts
23
+ # * Builds & packs the solution in Release configuration
24
+ # * Uploads the Release config packages as build artifacts
25
+
26
+ build_test_and_pack:
27
runs-on: ubuntu-slim
28
29
env:
0 commit comments