Update and rename checks.yml to dotnet.yml

This commit is contained in:
pointfeev 2021-08-09 07:15:32 -05:00 committed by GitHub
parent a1e4ce0fb7
commit 3d8489c4f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: Checks
name: .NET
on:
push:
@ -7,8 +7,7 @@ on:
branches: [ main ]
jobs:
build:
Build:
name: Build
runs-on: windows-latest
@ -31,12 +30,3 @@ jobs:
- name: Test Project
run: dotnet test --no-build --verbosity normal --configuration Release
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.0.2
- name: Restore Solution
run: msbuild CreamInstaller.sln /t:Restore /p:Configuration=Release
- name: Build Solution
run: msbuild CreamInstaller.sln /t:Build /p:Configuration=Release