diff --git a/.github/workflows/dotnetcore2.yml b/.github/workflows/dotnetcore2.yml index f1b4953d5..acf267278 100644 --- a/.github/workflows/dotnetcore2.yml +++ b/.github/workflows/dotnetcore2.yml @@ -23,9 +23,6 @@ jobs: - name: Install Dependencies run: npm install - - - name: Setup Nuget.exe - uses: warrenbuckley/Setup-Nuget@v1 - name: Pull Mix Heart & Identity run: | @@ -37,13 +34,4 @@ jobs: cd src/Mix.Cms.Web dotnet build --configuration Release dotnet pack -c Release -o out - - - name: Add private GitHub registry to NuGet - run: | - nuget source Add -Name "GitHub" -Source "https://nuget.pkg.github.com/mixcore/index.json" -UserName mixcore -Password GH_TOKEN - nuget pack - - - name: Push generated package to GitHub registry - run: nuget push "mix.core.nupkg" -Source "GitHub" -