diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 2dc10f7..d2b88e3 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -22,10 +22,10 @@ jobs: run: dotnet restore - name: Build run: dotnet build --configuration Release --no-restore /p:version=1.1.${{ github.run_number }} - - name: NugetPublish - run: dotnet nuget push Sharp7.Rx\bin\Release\Sharp7.Rx.1.1.${{ github.run_number }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_DEPLOY_KEY }} - name: Test run: dotnet test --no-restore --verbosity normal + - name: NugetPublish + run: dotnet nuget push Sharp7.Rx\bin\Release\Sharp7.Rx.1.1.${{ github.run_number }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_DEPLOY_KEY }} - name: Create Release id: create_release uses: actions/create-release@v1 diff --git a/README.md b/README.md index e9dadb6..a5f27b9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sharp7Reactive -[![Build status](https://ci.appveyor.com/api/projects/status/91sbafe4y6c53fgi?svg=true)](https://ci.appveyor.com/project/fbarresi/sharp7reactive) +[![.NET Core Build](https://github.com/evopro-ag/Sharp7Reactive/actions/workflows/dotnet-core.yml/badge.svg)](https://github.com/evopro-ag/Sharp7Reactive/actions/workflows/dotnet-core.yml) ![Licence](https://img.shields.io/github/license/evopro-ag/Sharp7Reactive.svg) [![Nuget Version](https://img.shields.io/nuget/v/Sharp7.Rx.svg)](https://www.nuget.org/packages/Sharp7.Rx/)