Skip to content

* fix all errors of `CS0104: 'User' is an ambiguous reference between… #16

* fix all errors of `CS0104: 'User' is an ambiguous reference between…

* fix all errors of `CS0104: 'User' is an ambiguous reference between… #16

Workflow file for this run

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