Skip to content

Fix command auth escaping for apostrophes #284

Fix command auth escaping for apostrophes

Fix command auth escaping for apostrophes #284

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
validate:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.0.x
- name: Restore
run: dotnet restore src/SwitchifyPc.sln
- name: Build
run: dotnet build src/SwitchifyPc.sln -c Release --no-restore
- name: Test
run: dotnet test src/SwitchifyPc.sln -c Release --no-build
- name: Stage Windows package
shell: pwsh
run: ./scripts/Package-Windows.ps1 -StageOnly -SkipSign
- name: Verify staged Windows package
shell: pwsh
run: ./scripts/Verify-DotnetPackage.ps1