Skip to content

+ workflows/{fe,c#}.yml #12

+ workflows/{fe,c#}.yml

+ workflows/{fe,c#}.yml #12

Workflow file for this run

name: c#
on:
push:
#paths: [c#/**]
defaults:
run:
working-directory: c#
jobs:
init:
runs-on: ubuntu-latest
strategy:
matrix:
project: [crawler, imagePipeline, shared, tbClient]
steps:
- uses: actions/checkout@v4
- uses: .github/actions/c#/action.yml
- name: build
run: dotnet build -c Debug ${{ matrix.project }}