~ruther/NosSmooth

e921d5fcbb5571a01b7df3464a47a20b1d66fefb — Rutherther 2 years ago db23db3
ci: add nightly nuget push to myget
1 files changed, 10 insertions(+), 0 deletions(-)

M .github/workflows/build-test.yml
M .github/workflows/build-test.yml => .github/workflows/build-test.yml +10 -0
@@ 28,3 28,13 @@ jobs:
      run: dotnet build --no-restore
    - name: Test
      run: dotnet test --no-build --verbosity normal --filter FullyQualifiedName!~NosSmooth.Game.Tests

    - name: Pack app
      if: github.ref == 'refs/heads/main' && github.event_name == 'push'
      run: dotnet pack -c Release --no-restore --no-build --version-suffix "main$GITHUB_RUN_ID"

    - name: Publish NuGet on MyGet
      if: github.ref == 'refs/heads/main' && github.event_name == 'push'
      run: dotnet nuget push *.nupkg --skip-duplicate -k $MYGET_AUTH_TOKEN -s https://www.myget.org/F/nossmooth/api/v3/index.json
      env:
        MYGET_AUTH_TOKEN: ${{secrets.MYGET_KEY}}
\ No newline at end of file

Do not follow this link