Skip to content

Remove outdated discord tags in credit window #19

Remove outdated discord tags in credit window

Remove outdated discord tags in credit window #19

name: .NET Framework
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
- name: Setup NuGet
uses: NuGet/[email protected]
- name: setup-msbuild
uses: microsoft/[email protected]
- name: Restore Packages
run: nuget restore LatiteInjector.sln
- name: Build solution
run: msbuild LatiteInjector.sln -t:rebuild -property:Configuration=Release