We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e22d66 commit afb3965Copy full SHA for afb3965
.github/workflows/ci.yml
@@ -94,6 +94,9 @@ jobs:
94
with:
95
name: build-output
96
97
+ - name: Restore ${{ matrix.project }}
98
+ run: dotnet restore src\${{ matrix.project }}
99
+
100
- name: Pack ${{ matrix.project }}
101
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
102
0 commit comments