Files
PCK-Studio/.github/workflows/CI.yml
T

25 lines
452 B
YAML

name: .NET
on:
pull_request:
push:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup MSBuild
uses: microsoft/[email protected]
- name: Setup NuGet
uses: NuGet/[email protected]
- name: Restore NuGet Packages
run: nuget restore MinecraftUSkinEditor.sln
- name: Build Solution
run: msbuild MinecraftUSkinEditor.sln