Update and rename checks.yml to dotnet.yml
This commit is contained in:
parent
a1e4ce0fb7
commit
3d8489c4f5
1 changed files with 2 additions and 12 deletions
|
@ -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
|
Loading…
Reference in a new issue