diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2020-01-09 17:17:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-09 17:17:52 +0100 |
| commit | 1fecb9efb2bec4fccfa39bb0b04ad2206cbb7c86 (patch) | |
| tree | e04d54028237623d6285d44593defcc4929eea27 | |
| parent | 162c1ac7b7fde0e4929cf262b0f275e3eb15524c (diff) | |
Fix the VSTest runner
| -rw-r--r-- | .ci/azure-pipelines.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 143873266..6cedf32fd 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -132,7 +132,7 @@ jobs: inputs: packageFeedSelector: 'nugetOrg' # Options: nugetOrg, customFeed, netShare versionSelector: 'latestPreRelease' # Required when packageFeedSelector == NugetOrg || PackageFeedSelector == CustomFeed# Options: latestPreRelease, latestStable, specificVersion - + - task: VSTest@2 inputs: testSelector: 'testAssemblies' # Options: testAssemblies, testPlan, testRun @@ -147,6 +147,7 @@ jobs: codeCoverageEnabled: True # Optional configuration: 'Debug' # Optional publishRunAttachments: true # Optional + otherConsoleOptions: '/platform:x64 /Framework:.NETCoreApp,Version=v3.1 /logger:console;verbosity="normal" ' - job: main_build_win displayName: Publish Windows |
