Skip to content

Commit cd9e5a5

Browse files
committed
Samples should not be packed.
1 parent a43c67d commit cd9e5a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/nuget-tag-publish.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
run: dotnet TagToVersion -t ${{ github.ref }}
2626

2727
- name: Build with dotnet
28-
run: |
29-
dotnet build --configuration Release
30-
dotnet pack --configuration Release --no-build
28+
run: dotnet build --configuration Release
3129

3230
- name: Install Nuget
3331
uses: nuget/setup-nuget@v1

0 commit comments

Comments
 (0)