Skip to content

Commit

Permalink
GitHub action edit, MSBuild Configuration removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavllick committed Dec 22, 2024
1 parent f812c60 commit eaee39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: msbuild /t:Restore

- name: Build
run: msbuild /p:Configuration=Development
run: msbuild

- name: Run Unit Tests
run: dotnet test Tests/EerieLeap.Tests.Unit/EerieLeap.Tests.Unit.csproj --no-build --verbosity normal
Expand Down

0 comments on commit eaee39c

Please # to comment.