Skip to content

Commit

Permalink
updated package.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
babaktaremi committed Jul 24, 2023
1 parent 5c8e198 commit 6d9d1e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,8 +27,6 @@ jobs:
reporter: dotnet-trx
fail-on-error: true


publish:
name: Publish to NuGet.org
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion CleanArcTemplate.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>

<id>Bobby.CleanArcTemplate</id>
<version>4.0.4</version>
<version>4.0.5</version>
<title>Clean Architecture Solution Template</title>
<authors>BabakTaremi</authors>
<description>Clean Architecture Solution Template for and .NET 7. With many features available out of the box</description>
Expand Down

0 comments on commit 6d9d1e6

Please sign in to comment.