1
0
Fork 1
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:
Octol1ttle 2023-08-14 17:17:31 +05:00
parent ae9d7dd639
commit 283d75c670
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
2 changed files with 1 additions and 6 deletions

View file

@ -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:

View file

@ -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