We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43c67d commit cd9e5a5Copy full SHA for cd9e5a5
.github/workflows/nuget-tag-publish.yml
@@ -25,9 +25,7 @@ jobs:
25
run: dotnet TagToVersion -t ${{ github.ref }}
26
27
- name: Build with dotnet
28
- run: |
29
- dotnet build --configuration Release
30
- dotnet pack --configuration Release --no-build
+ run: dotnet build --configuration Release
31
32
- name: Install Nuget
33
uses: nuget/setup-nuget@v1
0 commit comments