Skip to content

Merge branch 'main' of https://github.com/Sleepw4lker/TameMyCerts #4

Merge branch 'main' of https://github.com/Sleepw4lker/TameMyCerts

Merge branch 'main' of https://github.com/Sleepw4lker/TameMyCerts #4

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build
runs-on: windows-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup VSTest
uses: darenm/[email protected]
- name: Setup MSBuild Path
uses: microsoft/[email protected]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
- name: Build Debug
run: msbuild TameMyCerts\TameMyCerts.csproj -property:Configuration=debug