Skip to content

Commit

Permalink
GitHub action troubles
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelMichels committed Apr 23, 2024
1 parent d54ece3 commit 5dbcc73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,19 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

- name: Restore dependencies
run: dotnet restore

- name: Build
run: dotnet build --no-restore
run: dotnet build --configuration Release --no-restore /property:WarningLevel=0

- name: Test
run: dotnet test --verbosity m --no-restore /property:WarningLevel=0 --logger:trx

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
src\**\TestResults\*.trx
*.trx
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@


---

# 🛂 ViesSharp

[![NuGet Version](https://img.shields.io/nuget/v/MichelMichels.ViesSharp)](https://www.nuget.org/packages/MichelMichels.ViesSharp)
Expand Down

0 comments on commit 5dbcc73

Please sign in to comment.