Skip to content

Commit

Permalink
Update CI-master_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospolop authored Oct 1, 2024
1 parent 79c79e3 commit bc732d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI-master_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
run: nuget restore $env:Solution_Path

# build
#- name: run MSBuild
# run: msbuild $env:Solution_Path
- name: run MSBuild
run: msbuild $env:Solution_Path

# Execute all unit tests in the solution
#- name: Execute unit tests
# run: dotnet test $env:Solution_Path
- name: Execute unit tests
run: dotnet test $env:Solution_Path

# Build & update all versions
- name: Build all versions
Expand Down

0 comments on commit bc732d6

Please sign in to comment.