소스 검색

Updated tests

flabbet 11 달 전
부모
커밋
8a5c0ec3f2
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      pipelines/Linux/tests-ubuntu.yml
  2. 1 1
      pipelines/MacOS/tests-macos.yml
  3. 1 1
      pipelines/Windows/tests-windows.yml

+ 1 - 1
pipelines/Linux/tests-ubuntu.yml

@@ -71,4 +71,4 @@ steps:
   inputs:
     command: test
     projects: '**/*Tests/*.csproj'
-    arguments: '--configuration $(buildConfiguration)'
+    arguments: '--configuration $(buildConfiguration) -r $(buildPlatform)'

+ 1 - 1
pipelines/MacOS/tests-macos.yml

@@ -71,4 +71,4 @@ steps:
   inputs:
     command: test
     projects: '**/*Tests/*.csproj'
-    arguments: '--configuration $(buildConfiguration)'
+    arguments: '--configuration $(buildConfiguration) -r $(buildPlatform)'

+ 1 - 1
pipelines/Windows/tests-windows.yml

@@ -71,4 +71,4 @@ steps:
   inputs:
     command: test
     projects: '**/*Tests/*.csproj'
-    arguments: '--configuration $(buildConfiguration)'
+   arguments: '--configuration $(buildConfiguration) -r $(buildPlatform)'