Skip to content

Add registry constants and Advapi32 P/Invokes #12

Add registry constants and Advapi32 P/Invokes

Add registry constants and Advapi32 P/Invokes #12

Workflow file for this run

name: build
on:
release:
types: [created]
push:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
- name: Install dependencies
run: dotnet restore src/SecondaryClick/SecondaryClick.csproj
- name: Build
run: dotnet build src/SecondaryClick/SecondaryClick.csproj --configuration Release --no-restore