diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 93688725..300b7506 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -124,10 +124,10 @@ jobs: name: Meadow.CLI.V2.nuget.2.0.0 path: 'main\Source\v2\Meadow.CLI\bin\Release\*.nupkg' - - if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' }} - name: Publish Meadow.CLI v2.0 Nuget publically - run: | - nuget push main\Source\v2\Meadow.CLI\bin\Release\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}} + #- if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' }} + # name: Publish Meadow.CLI v2.0 Nuget publically + # run: | + # nuget push main\Source\v2\Meadow.CLI\bin\Release\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}} build-vswin-2019: runs-on: windows-2019