We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4733c11 commit c213e8dCopy full SHA for c213e8d
.github/workflows/nightly.yml
@@ -11,6 +11,8 @@ jobs:
11
- uses: actions/setup-dotnet@v3
12
with:
13
dotnet-version: 8.0.x
14
+ - name: Install dependencies
15
+ run: dotnet restore
16
- name: Build
17
run: dotnet build --configuration Release --no-restore
18
- name: Publish
0 commit comments