fix corefx folder (#20828)
authorSergey Andreenko <seandree@microsoft.com>
Tue, 6 Nov 2018 18:24:37 +0000 (10:24 -0800)
committerGitHub <noreply@github.com>
Tue, 6 Nov 2018 18:24:37 +0000 (10:24 -0800)
tests/scripts/run-corefx-tests.py

index a710d90..ec9aef0 100644 (file)
@@ -305,6 +305,7 @@ def main(args):
     # corefx msbuild files somewhere.
 
     fx_runtime = os.path.join(fx_root,
+                             'artifacts',
                              'bin',
                              'testhost',
                              'netcoreapp-%s-%s-%s' % (clr_os, 'Release', arch),