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 d7437a9 commit 1fb7e80Copy full SHA for 1fb7e80
.github/workflows/publish.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Pack
41
if: steps.versionize.outcome == 'success'
42
- run: dotnet pack --output ./nupkgs --include-source --configuration Release --include-symbols
+ run: dotnet pack ./ApiStub.FSharp --output ./nupkgs --include-source --configuration Release --include-symbols
43
44
- name: Push Package
45
0 commit comments