diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index b634ce3..5685b9f 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -6,13 +6,17 @@ on: paths: - 'CleanArcTemplate.nuspec' jobs: - Test: + + publish: + name: "Run the unit tests" runs-on: ubuntu-latest steps: - name: "run xUnit" - run: dotnet test --logger "trx;LogFileName=test-results.trx" || true + run: | + ls + dotnet test --logger "trx;LogFileName=test-results.trx" || true - name: Test Report uses: dorny/test-reporter@v1 @@ -23,8 +27,6 @@ jobs: reporter: dotnet-trx fail-on-error: true - - publish: name: Publish to NuGet.org runs-on: ubuntu-latest steps: diff --git a/CleanArcTemplate.nuspec b/CleanArcTemplate.nuspec index d1e2c91..34a927b 100644 --- a/CleanArcTemplate.nuspec +++ b/CleanArcTemplate.nuspec @@ -3,7 +3,7 @@ Bobby.CleanArcTemplate - 4.0.4 + 4.0.5 Clean Architecture Solution Template BabakTaremi Clean Architecture Solution Template for and .NET 7. With many features available out of the box