We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d38e88 commit e08cf1bCopy full SHA for e08cf1b
.github/workflows/dotnet.yml
@@ -60,7 +60,7 @@ jobs:
60
env:
61
buildNumber: $Suffix
62
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 }}
+ 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 }}
64
- name: Publish Artifacts
65
uses: actions/upload-artifact@v4
66
with:
0 commit comments