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 a014e3a commit d4f9efdCopy full SHA for d4f9efd
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Build
22
run: dotnet build --no-restore
23
- name: Pack
24
- run: dotnet pack --no-build --include-symbols -c Release -p:SymbolPackageFormat=snupkg -o ${{github.workspace}}/Packages
+ run: dotnet pack --include-symbols -c Release -p:SymbolPackageFormat=snupkg -o ${{github.workspace}}/Packages
25
- name: Upload Artifact
26
uses: actions/upload-artifact@v4
27
with:
0 commit comments