Skip to content

Commit

Permalink
Update dotnetcore2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smilefounder authored Dec 11, 2019
1 parent 2f3933f commit ca34da1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/dotnetcore2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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"


0 comments on commit ca34da1

Please sign in to comment.