Skip to content

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

+ workflows/{fe,c#}.yml

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

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#
- name: build
run: dotnet build -c Debug ${{ matrix.project }}