1
0
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:
Vince Grassia 2024-05-08 15:26:35 -04:00
parent 42289f1405
commit 144ecb452b
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

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