[sdk_v2] migrate c# sdk_v2 implementation and build pipeline to public GH repo #15
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: SDK V2 Build | |
| on: | |
| pull_request: | |
| paths: | |
| - 'sdk_v2/**' | |
| - '.github/workflows/sdk_v2/**' | |
| push: | |
| paths: | |
| - 'sdk_v2/**' | |
| - '.github/workflows/sdk_v2/**' | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| build-cs: | |
| uses: ./.github/workflows/build-cs-steps.yml | |
| with: | |
| version: '0.9.0.${{ github.run_number }}' | |
| secrets: inherit |