浏览代码

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)'