This repository was archived by the owner on Dec 10, 2025. It is now read-only.
Add missing net20 build to package #72
This file contains hidden or 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
| name: TestCentric.Extensibility.CI | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| push: | |
| jobs: | |
| ContinuousIntegration: | |
| uses: TestCentric/TestCentric.WorkFlows/.github/workflows/testcentric-ci.yml@main | |
| secrets: inherit |