mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-26 11:15:34 +00:00
Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio
This commit is contained in:
24
.github/workflows/CI.yml
vendored
Normal file
24
.github/workflows/CI.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user