Skip to content

* remove run: dotnet new globaljson in favor of changing the hardco… #29

* remove run: dotnet new globaljson in favor of changing the hardco…

* remove run: dotnet new globaljson in favor of changing the hardco… #29

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]
env:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/c#
- run: dotnet build --no-restore -c Debug ${{ matrix.project }}
ReSharper:
runs-on: ubuntu-latest
env:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/c#
- uses: muno92/resharper_inspectcode@v1
with:
solutionPath: c#/tbm.sln
workingDirectory: c#
cacheHome: ${{ github.workspace }}/.resharper