Delete old github actions workflow

Apparently now we've been upgraded?
This commit is contained in:
Lucas Nicodemus 2019-09-04 22:21:02 -07:00 committed by GitHub
parent 5788c40aba
commit af6e42292b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +0,0 @@
workflow "New workflow" {
on = "push"
resolves = ["Setup Dotnet for use with actions"]
}
action "Setup Dotnet for use with actions" {
uses = "actions/setup-dotnet@a2db70294c800f14593a400f4a1dc16ff5a73a36"
runs = "dotnet build ./TShockAPI/TShockAPI.csproj"
}