Skip to content

Commit afb3965

Browse files
committed
Add restore step for matrix projects in CI workflow
1 parent 9e22d66 commit afb3965

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
with:
9595
name: build-output
9696

97+
- name: Restore ${{ matrix.project }}
98+
run: dotnet restore src\${{ matrix.project }}
99+
97100
- name: Pack ${{ matrix.project }}
98101
run: dotnet pack src\${{ matrix.project }} -c Release --no-build -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -p:ContinuousIntegrationBuild=true -p:EmbedUntrackedSources=true -p:PublishRepositoryUrl=true --verbosity minimal
99102

0 commit comments

Comments
 (0)