Move test action to workflows folder
This commit is contained in:
parent
b40a6f41c2
commit
6fb2d7b585
1 changed files with 0 additions and 0 deletions
13
.github/workflows/msbuild-test.yml
vendored
Normal file
13
.github/workflows/msbuild-test.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue