فهرست منبع

Updated tests

flabbet 1 سال پیش
والد
کامیت
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)'