Skip to content

Commit d4f9efd

Browse files
authored
Fixed Pack Issue
bremove --no-build to avoid having to upload buildartifacts
1 parent a014e3a commit d4f9efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build
2222
run: dotnet build --no-restore
2323
- name: Pack
24-
run: dotnet pack --no-build --include-symbols -c Release -p:SymbolPackageFormat=snupkg -o ${{github.workspace}}/Packages
24+
run: dotnet pack --include-symbols -c Release -p:SymbolPackageFormat=snupkg -o ${{github.workspace}}/Packages
2525
- name: Upload Artifact
2626
uses: actions/upload-artifact@v4
2727
with:

0 commit comments

Comments
 (0)