Skip to content

Commit b3069ea

Browse files
authored
Update dotnet.yml
1 parent ab62381 commit b3069ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: dotnet test ./SharpApi.sln -c Release --no-build
5252
- name: Pack
5353
if: matrix.os == 'ubuntu-latest'
54-
run: dotnet pack -v normal -c Release --no-restore --no-build -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }}-${{ steps.gitversion.outputs.CommitsSinceVersionSourcePadded }} ./SharpHelpers/SharpHelpers.sln
54+
run: dotnet pack -v normal -c Release --no-restore --no-build -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }}-${{ steps.gitversion.outputs.CommitsSinceVersionSourcePadded }} ./SharpApi.sln
5555
- name: Upload Artifact
5656
if: matrix.os == 'ubuntu-latest'
5757
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)