mirror of
https://github.com/bitwarden/server.git
synced 2025-05-29 07:14:50 -05:00
Add dotnet tool restore step
This commit is contained in:
parent
42289f1405
commit
144ecb452b
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -207,6 +207,9 @@ jobs:
|
||||
- name: Login to PROD ACR
|
||||
run: az acr login -n ${_AZ_REGISTRY%.azurecr.io}
|
||||
|
||||
- name: Restore
|
||||
run: dotnet tool restore
|
||||
|
||||
- name: Make Docker stubs
|
||||
if: github.ref == 'refs/heads/main' ||
|
||||
github.ref == 'refs/heads/rc' ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user