Skip to content

Update Vitepress & deal with CSS breaks (#147) #136

Update Vitepress & deal with CSS breaks (#147)

Update Vitepress & deal with CSS breaks (#147) #136

Workflow file for this run

name: .NET Build & Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
config: Release
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
jobs:
build:
runs-on: windows-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Setup .NET 7
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Test
run: ./build.ps1 test