Fix CI pipeline run integration tests

This commit is contained in:
2024-04-10 15:19:03 +02:00
parent df191bf053
commit 575bca3278
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
run: dotnet test $env:UnitTest_Project_Path
- name: Execute Integration Tests
run: dotnet test $env:UnitTest_Project_Path
run: dotnet test $env:IntegrationTest_Project_Path
- name: Restore Project
run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier