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:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user