Skip to content

Windows services tab + security CI + wiki + UI tabs #2

Windows services tab + security CI + wiki + UI tabs

Windows services tab + security CI + wiki + UI tabs #2

Workflow file for this run

name: build
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Setup .NET 8
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
with:
dotnet-version: '8.0.x'
- name: Restore
run: dotnet restore GamerGuardian.sln
- name: Build (Release)
run: dotnet build GamerGuardian.sln -c Release --no-restore