Skip to content

Commit 9fe8ec0

Browse files
authored
Update dotnet.yml
don't package the unit tests.
1 parent ffa5e18 commit 9fe8ec0

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
@@ -56,7 +56,7 @@ jobs:
5656

5757
# Create the NuGet package in the folder from the environment variable NuGetDirectory
5858
- name: Pack
59-
run: dotnet pack ./src --configuration Release --no-build --no-restore --output ${{ env.NuGetDirectory }}
59+
run: dotnet pack ./src/Cubist.Helium --configuration Release --no-build --no-restore --output ${{ env.NuGetDirectory }}
6060

6161
# Publish the NuGet package as an artifact, so they can be used in the publish job
6262
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)