Update CI-master_tests.yml

This commit is contained in:
SirBroccoli 2024-10-01 05:13:26 +02:00 committed by GitHub
parent 79c79e3426
commit bc732d6458
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,12 +47,12 @@ jobs:
run: nuget restore $env:Solution_Path run: nuget restore $env:Solution_Path
# build # build
#- name: run MSBuild - name: run MSBuild
# run: msbuild $env:Solution_Path run: msbuild $env:Solution_Path
# Execute all unit tests in the solution # Execute all unit tests in the solution
#- name: Execute unit tests - name: Execute unit tests
# run: dotnet test $env:Solution_Path run: dotnet test $env:Solution_Path
# Build & update all versions # Build & update all versions
- name: Build all versions - name: Build all versions