Update dotnet.yml

This commit is contained in:
pointfeev 2021-08-09 05:04:38 -05:00 committed by GitHub
parent 14010569fa
commit 79eaeac997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,10 @@ on:
jobs: jobs:
build: build:
strategy:
matrix:
configuration: [Debug, Release]
runs-on: windows-latest runs-on: windows-latest