Content-Length: 305708 | pFad | http://github.com/nunit/nunit/pull/4443/commits/28be85677c939e7ef084ab6b236a512748459419

B7 Try push to github package server by manfred-brands · Pull Request #4443 · nunit/nunit · GitHub
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try push to github package server #4443

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo in package folder
Combine setup-dotnet into one.
Drop netcoreapp3.1
  • Loading branch information
manfred-brands committed Jul 28, 2023
commit 28be85677c939e7ef084ab6b236a512748459419
50 changes: 13 additions & 37 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,12 @@ jobs:
- name: ⤵️ Checkout Source
uses: actions/checkout@v3

- name: 🛠️ Setup .NET Core SDK 3.1.x
- name: 🛠️ Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1.x'

- name: 🛠️ Setup .NET Core SDK 6.0.x
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'

- name: 🛠️ Setup .NET Core SDK 7.0.x
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: |
6.0.x
7.0.x

- name: 🛠️ Install dotnet tools
run: dotnet tool restore
Expand All @@ -42,7 +34,7 @@ jobs:
run: dotnet cake --target=Package --configuration=Release

- name: 📦 Publish package
run: dotnet nuget push --skip-duplicate --source https://nuget.pkg.github.com/nunit/index.json --api-key "${{secrets.GITHUB_TOKEN}}" 'packages/*.nupkg'
run: dotnet nuget push --skip-duplicate --source https://nuget.pkg.github.com/nunit/index.json --api-key "${{secrets.GITHUB_TOKEN}}" 'package/*.nupkg'

- name: 💾 Upload build artifacts
uses: actions/upload-artifact@v2
Expand All @@ -66,20 +58,12 @@ jobs:
- name: ⤵️ Checkout Source
uses: actions/checkout@v3

- name: 🛠️ Setup .NET Core SDK 3.1.x
uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1.x'

- name: 🛠️ Setup .NET Core SDK 6.0.x
- name: 🛠️ Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'

- name: 🛠️ Setup .NET Core SDK 7.0.x
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: |
6.0.x
7.0.x

- name: 🛠️ Install F#
run: sudo apt-get install fsharp
Expand All @@ -106,20 +90,12 @@ jobs:
- name: ⤵️ Checkout Source
uses: actions/checkout@v3

- name: 🛠️ Setup .NET Core SDK 3.1.x
uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1.x'

- name: 🛠️ Setup .NET Core SDK 6.0.x
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'

- name: 🛠️ Setup .NET Core SDK 7.0.x
- name: 🛠️ Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: |
6.0.x
7.0.x

- name: 🛠️ Install dotnet tools
run: dotnet tool restore
Expand Down








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/nunit/nunit/pull/4443/commits/28be85677c939e7ef084ab6b236a512748459419

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy