We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b6455 commit 919dc5eCopy full SHA for 919dc5e
.github/workflows/ci.yml
@@ -24,6 +24,9 @@ jobs:
24
with:
25
dotnet-version: 2.1.x
26
27
+ - name: Install dependencies
28
+ run: dotnet msbuild restore
29
+
30
- name: Build with dotnet
31
run: |
32
dotnet msbuild FirebaseAdmin/FirebaseAdmin
.github/workflows/nightly.yml
@@ -43,6 +43,9 @@ jobs:
43
44
45
46
47
48
49
50
run: dotnet msbuild FirebaseAdmin/FirebaseAdmin
51
.github/workflows/release.yml
@@ -55,6 +55,9 @@ jobs:
55
56
57
58
59
60
61
62
63
0 commit comments