Fix testscope usage in yml and sh script (dotnet/corefx#37805)
authorViktor Hofer <viktor.hofer@microsoft.com>
Mon, 20 May 2019 16:25:58 +0000 (18:25 +0200)
committerGitHub <noreply@github.com>
Mon, 20 May 2019 16:25:58 +0000 (18:25 +0200)
Commit migrated from https://github.com/dotnet/corefx/commit/889491763322134a1a184f3d54eb1f3605949d33

eng/pipelines/libraries/corefx-base.yml

index 0cb15e7..9f98999 100644 (file)
@@ -78,7 +78,7 @@ jobs:
         - _testScopeArg: ''
 
         - ${{ if ne(parameters.testScope, '') }}:
-          - _testScopeArg: -testScope ${{ parameters.testScope }}
+          - _testScopeArg: -testscope ${{ parameters.testScope }}
 
         - ${{ if ne(job._jobFramework, '')}}:
           - _finalFrameworkArg: ${{ job._jobFramework }}