Skip to content

Commit

Permalink
Fix being used by another process
Browse files Browse the repository at this point in the history
  • Loading branch information
KafkaWannaFly committed May 4, 2024
1 parent 3992577 commit e4a4344
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/publish-to-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Current directory
run: pwd
- name: List files
run: ls -la
- name: Set up DotNet
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet build --configuration Release

- name: Run unit tests
uses: zyborg/dotnet-tests-report@v1.4.4
Expand All @@ -26,8 +28,7 @@ jobs:
report_title: Unit Test Report
github_token: ${{ secrets.GITHUB_TOKEN }}
fail_build_on_failed_tests: false
msbuild_configuration: Release
msbuild_verbosity: minimal
no_build: true
extra_test_parameters: --filter Displayname!~BaseTest
publish:
name: Build, Pack & Publish
Expand Down

0 comments on commit e4a4344

Please sign in to comment.