Skip to content

Commit 919dc5e

Browse files
committed
Addd donet restore
1 parent a9b6455 commit 919dc5e

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
with:
2525
dotnet-version: 2.1.x
2626

27+
- name: Install dependencies
28+
run: dotnet msbuild restore
29+
2730
- name: Build with dotnet
2831
run: |
2932
dotnet msbuild FirebaseAdmin/FirebaseAdmin

.github/workflows/nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
with:
4444
dotnet-version: 2.1.x
4545

46+
- name: Install dependencies
47+
run: dotnet msbuild restore
48+
4649
- name: Build with dotnet
4750
run: dotnet msbuild FirebaseAdmin/FirebaseAdmin
4851

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
with:
5656
dotnet-version: 2.1.x
5757

58+
- name: Install dependencies
59+
run: dotnet msbuild restore
60+
5861
- name: Build with dotnet
5962
run: dotnet msbuild FirebaseAdmin/FirebaseAdmin
6063

0 commit comments

Comments
 (0)