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 ccb4b30 commit 9b08680Copy full SHA for 9b08680
1 file changed
.github/workflows/publish_winuiex_nuget.yml
@@ -41,6 +41,6 @@ jobs:
41
with:
42
user: ${{ secrets.NUGET_USER }}
43
44
- - name: Push to NuGet
45
- run: |
46
- dotnet nuget push artifacts\NuGet\Release\*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
+ #- name: Push to NuGet
+ # run: |
+ # dotnet nuget push artifacts\NuGet\Release\*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
0 commit comments