Skip to content

Commit

Permalink
Update myget publish yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Apr 11, 2024
1 parent 2b04075 commit a042f08
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/NUnit3TestAdapter.Myget.Publish.yml
Expand Up @@ -19,10 +19,8 @@ jobs:
runs-on: windows-latest

steps:
- name: Checkout Source
- name: ⤵Checkout Source
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: 🛠️ Setup .NET
uses: actions/setup-dotnet@v4
Expand All @@ -33,15 +31,9 @@ jobs:
6.0.x
7.0.x
8.0.x
- name: 🛠️ Install dotnet tools
run: dotnet tool restore

- name: 🔨 Build
run: dotnet tool run dotnet-cake --configuration=Release

- name: 📦 Package
run: dotnet tool run dotnet-cake --target=Package
- name: Build
run: .\build.ps1 -t QuickRelease

- name: 💾 Upload build artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a042f08

Please sign in to comment.