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:
parent
358839183d
commit
7c7490d3b4
3 changed files with 43 additions and 105 deletions
10
.github/workflows/build-test.yml
vendored
10
.github/workflows/build-test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue