fix(releases): Updates releases (#478)

- [X] Updates the workflows
- [X] Removes automatic releases.

Notes: We may need multiple release updates to get this right.
This commit is contained in:
Kamron Batman 2021-02-07 09:09:50 -08:00 committed by GitHub
parent 358839183d
commit 7c7490d3b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 105 deletions

View file

@ -26,12 +26,8 @@ jobs:
- name: Setup .NET 5
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
- name: Restore NuGet Packages
run: dotnet restore --force-evaluate
- name: Build Server
run: dotnet build -c Release --no-restore Projects/Server/Server.csproj
- name: Build UO Content
run: dotnet build -c Release --no-restore Projects/UOContent/UOContent.csproj
dotnet-version: 5.0.102
- name: Build
run: ./publish.cmd
- name: Test
run: dotnet test --no-restore