diff --git a/.github/workflows/NUnit3TestAdapter.Myget.Publish.yml b/.github/workflows/NUnit3TestAdapter.Myget.Publish.yml index c7d7c1d2..7093e7c8 100644 --- a/.github/workflows/NUnit3TestAdapter.Myget.Publish.yml +++ b/.github/workflows/NUnit3TestAdapter.Myget.Publish.yml @@ -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 @@ -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