You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -414,6 +415,30 @@ See the [minitest-ci README](https://github.com/circleci/minitest-ci#readme) for
414
415
{:.no_toc}
415
416
Use [test2junit](https://github.com/ruedigergad/test2junit) to convert Clojure test output to XML format. For more details, refer to the [sample project](https://github.com/kimh/circleci-build-recipies/tree/clojure-test-metadata-with-test2junit).
416
417
418
+
#### trx2junit for Visual Studio / .NET Core Tests
419
+
{:.no_toc}
420
+
Use [trx2junit](https://github.com/gfoidl/trx2junit) to convert Visual Studio / .NET Core trx output to XML format.
421
+
422
+
A working `.circleci/config.yml` section might look like this:
Copy file name to clipboardExpand all lines: jekyll/_cci2/contexts.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ For any GitHub Enterprise (GHE) installation that includes multiple organization
30
30
31
31
## Creating and Using a Context
32
32
33
-
1. As an organization member, Navigate to the Settings > Contexts page in the CircleCI application. **Note:** Any organization memeber can create a context only organization administrators can restrict it with a security group.
33
+
1. As an organization member, Navigate to the Settings > Contexts page in the CircleCI application. **Note:** Any organization member can create a context only organization administrators can restrict it with a security group.
34
34
35
35
2. Click the Create Contexts button to add a unique name for your Context. After you click the Create button on the dialog box, the Context appears in a list with Security set to `All members` to indicate that anyone in your organization can access this context at runtime.
0 commit comments