mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Fix the VSTest runner
This commit is contained in:
parent
162c1ac7b7
commit
1fecb9efb2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue