mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
remove unnecessary restore
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
ae9d7dd639
commit
283d75c670
2 changed files with 1 additions and 6 deletions
3
.github/workflows/build-pr.yml
vendored
3
.github/workflows/build-pr.yml
vendored
|
@ -22,9 +22,6 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Restore dependencies and tools
|
|
||||||
run: dotnet restore
|
|
||||||
|
|
||||||
- name: ReSharper CLI InspectCode
|
- name: ReSharper CLI InspectCode
|
||||||
uses: muno92/resharper_inspectcode@1.8.0
|
uses: muno92/resharper_inspectcode@1.8.0
|
||||||
with:
|
with:
|
||||||
|
|
4
.github/workflows/build-push.yml
vendored
4
.github/workflows/build-push.yml
vendored
|
@ -6,6 +6,7 @@ concurrency:
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "test" ]
|
branches: [ "test" ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
upload-solution:
|
upload-solution:
|
||||||
|
@ -20,9 +21,6 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Restore dependencies and tools
|
|
||||||
run: dotnet restore
|
|
||||||
|
|
||||||
- name: Publish solution
|
- name: Publish solution
|
||||||
run: dotnet publish -c Release -r linux-x64 --no-self-contained -p:PublishReadyToRun=true
|
run: dotnet publish -c Release -r linux-x64 --no-self-contained -p:PublishReadyToRun=true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue