Skip to content

Commit

Permalink
Skip restoring packages as they will be restored anyways
Browse files Browse the repository at this point in the history
Also skips testing in release workflow.
  • Loading branch information
jvyden committed Jan 20, 2024
1 parent ed1efb2 commit 5294b17
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
- name: Print VERSION variable for debugging
run: echo "$VERSION"

- name: Restore
run: dotnet restore
- name: Test
run: dotnet test -c Release --verbosity normal

- name: Publish for Linux x64
run: dotnet publish -c Release -r linux-x64 --self-contained Refresh.GameServer /p:Version=${VERSION}

Expand Down

0 comments on commit 5294b17

Please sign in to comment.