Skip to content

Commit

Permalink
Samples should not be packed.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterlv committed May 28, 2024
1 parent a43c67d commit cd9e5a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nuget-tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
run: dotnet TagToVersion -t ${{ github.ref }}

- name: Build with dotnet
run: |
dotnet build --configuration Release
dotnet pack --configuration Release --no-build
run: dotnet build --configuration Release

- name: Install Nuget
uses: nuget/setup-nuget@v1
Expand Down

0 comments on commit cd9e5a5

Please sign in to comment.