This commit is contained in:
miku-666
2022-07-29 21:08:49 +02:00

24
.github/workflows/CI.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
name: .NET
on:
pull_request:
push:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.1
- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.6
- name: Restore NuGet Packages
run: nuget restore MinecraftUSkinEditor.sln
- name: Build Solution
run: msbuild MinecraftUSkinEditor.sln