Move test action to workflows folder

This commit is contained in:
Lucas Nicodemus 2019-09-04 22:15:19 -07:00 committed by GitHub
parent b40a6f41c2
commit 6fb2d7b585
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.github/workflows/msbuild-test.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: MSBuild Test
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '4.5.1'
- run: dotnet build --configuration Release ./TShockAPI/TShockAPI.csproj