1
0
mirror of https://github.com/bitwarden/server synced 2025-12-25 20:53:16 +00:00

run tool restore on linux build

This commit is contained in:
Kyle Spearrin
2020-07-17 11:35:36 -04:00
parent 998a56fc57
commit 3b9f625bc1
2 changed files with 6 additions and 4 deletions

View File

@@ -63,6 +63,9 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2
- name: Restore
run: dotnet tool restore
- name: Build
run: |
chmod +x ./build.sh
@@ -192,9 +195,7 @@ jobs:
uses: actions/checkout@v2
- name: Restore
run: |
msbuild /t:restore
dotnet tool restore
run: msbuild /t:restore
shell: pwsh
- name: Build solution