diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2020-01-09 17:28:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-09 17:28:20 +0100 |
| commit | d328fc51cf72a2231b8b16d68c416214e12ed093 (patch) | |
| tree | db453f5353620a59014563fc4eb7a19fe5d144a8 | |
| parent | 6792fa111ec8bed026a2c30afe2dc39ca2b02245 (diff) | |
Apply suggestions from code review
Co-Authored-By: Bond-009 <bond.009@outlook.com>
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
| -rw-r--r-- | .ci/azure-pipelines.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 4905a6fdb..b69195fcc 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -132,7 +132,6 @@ 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 @@ -148,7 +147,7 @@ jobs: configuration: 'Debug' # Optional publishRunAttachments: true # Optional testRunTitle: $(Agent.JobName) - otherConsoleOptions: '/platform:x64 /Framework:.NETCoreApp,Version=v3.1 /logger:console;verbosity="normal" ' + otherConsoleOptions: '/platform:x64 /Framework:.NETCoreApp,Version=v3.1 /logger:console;verbosity="normal"' - job: main_build_win displayName: Publish Windows |
