From 6d9d1e6a0dd0108d00ac56877aa46f0d3f7859db Mon Sep 17 00:00:00 2001 From: babaktaremi Date: Mon, 24 Jul 2023 17:11:45 +0330 Subject: [PATCH] updated package.yml file --- .github/workflows/package.yml | 10 ++++++---- CleanArcTemplate.nuspec | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) 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