From 77d183e40cdd111284063a9d740e09f1e43bc8ef Mon Sep 17 00:00:00 2001 From: logosghservice Date: Sat, 16 May 2026 15:50:20 +0000 Subject: [PATCH] Apply convention faithlife-dotnet-library-workflow --- .github/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d957224..c9ca07a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -37,6 +37,8 @@ jobs: run: .\build.ps1 build --skip restore - name: Test run: .\build.ps1 test --skip build + - name: Package + run: .\build.ps1 package --skip test - name: Log in to NuGet if: runner.os == 'Windows' && github.repository_owner == 'Faithlife' && github.ref == 'refs/heads/master' uses: NuGet/login@v1 @@ -48,4 +50,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NUGET_API_KEY: ${{ steps.nuget-login.outputs.NUGET_API_KEY }} - run: .\build.ps1 publish --skip test + run: .\build.ps1 publish --skip package