Skip to content

Bump SonarAnalyzer.CSharp from 9.9.0.77355 to 9.10.0.77988 in /src #1

Bump SonarAnalyzer.CSharp from 9.9.0.77355 to 9.10.0.77988 in /src

Bump SonarAnalyzer.CSharp from 9.9.0.77355 to 9.10.0.77988 in /src #1

Workflow file for this run

on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Set up dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.400'
include-prerelease: false
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: dotnet build src/DevilDaggersInfo.Core.sln -c Release
- name: Test
run: dotnet test src/DevilDaggersInfo.Core.sln -c Release --no-build