Skip to content

Work around NuGet Markdown bug #9

Work around NuGet Markdown bug

Work around NuGet Markdown bug #9

name: Build and test
on:
push:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore --configuration Release
- name: Test
run: dotnet test --no-build --verbosity normal --configuration Release
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: artifacts
path: PowerStatus/bin/Release/