Skip to content

Fix StyleCop warnings in AdminWeb project - achieve zero warnings policy #99

Fix StyleCop warnings in AdminWeb project - achieve zero warnings policy

Fix StyleCop warnings in AdminWeb project - achieve zero warnings policy #99

Workflow file for this run

name: .NET Core

Check failure on line 1 in .github/workflows/dotnetcore.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dotnetcore.yml

Invalid workflow file

(Line: 14, Col: 9): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET 9
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x' # or 7.0.x
- name: Build
- run: dotnet build --configuration Release