Skip to content

Commit e08cf1b

Browse files
committed
remove nobuild flags from pack in workflow
1 parent 9d38e88 commit e08cf1b

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
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
buildNumber: $Suffix
6262
run: |
63-
dotnet pack "src\Discord.Net.ComponentDesigner\Discord.Net.ComponentDesigner.csproj" --no-restore --no-build -v minimal -c Release -o ${{ env.ArtifactStagingDirectory }} /p:BuildNumber=${{ env.Suffix }} /p:IsTagBuild=${{ env.IsTagBuild }}
63+
dotnet pack "src\Discord.Net.ComponentDesigner\Discord.Net.ComponentDesigner.csproj" -v minimal -c Release -o ${{ env.ArtifactStagingDirectory }} /p:BuildNumber=${{ env.Suffix }} /p:IsTagBuild=${{ env.IsTagBuild }}
6464
- name: Publish Artifacts
6565
uses: actions/upload-artifact@v4
6666
with:

0 commit comments

Comments
 (0)