Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Andrey Kurdyumov 4bd09da9bc
Fix running test (#8021)
* Fix running test
without that code I have stack trace on Python 3.7.1
when run `tests\runtest.cmd /coreclr Top200`
```
Traceback (most recent call last):
  File "runtest.py", line 2450, in <module>
    sys.exit(main(args))
  File "runtest.py", line 2423, in main
    lambda path: do_setup(host_os,
  File "runtest.py", line 550, in create_and_use_test_env
    ret_code = func(None)
  File "runtest.py", line 2433, in <lambda>
    test_filter_path))
  File "runtest.py", line 2356, in do_setup
    build_test_wrappers(host_os, arch, build_type, coreclr_repo_location, test_location, None, test_filter_path)
  File "runtest.py", line 1871, in build_test_wrappers
    delete_existing_wrappers(to_unicode(test_location))
  File "runtest.py", line 1822, in to_unicode
    return str(s, "utf-8")
TypeError: decoding str is not supported
```

* Simplify string conversion and update Python

* Fix path to Python3 executable
2020-03-18 05:04:59 -07:00
Jan Kotas 38a8ae3c21
Try VS2019 CI queue (#7559) 2019-06-26 20:11:35 -07:00
Sergiy Kuryata 750de8b205
Add scripts to set up CI with Azure Pipelines for Windows builds (#7091)
Add scripts to set up CI with Azure Pipelines for Windows
All scripts have been copied from the CoreCLR repo.
The following files have been adjusted for CoreRT environment:
azure-pipelines.yml, eng/platform-matrix.yml, eng/build-job.yml
2019-03-04 15:09:56 -08:00
Jan Kotas 555bcbcb54 Update CoreRT build to use latest .NET CLI and build tools (#3916)
- Pick up latest .NET Core 2.0 CLI and buildtools
- Remove all project.json references and convert everything to msbuild projects
- Stick to vanilla .NET CLI project shape as much as possible. Minimize dependencies on buildtools special behaviors
2017-06-24 11:10:44 -07:00
Jan Kotas 45a0b60f3e Update buildtools to 1.0.26-prerelease-00809-01 (#1922) 2016-09-26 18:17:51 -07:00
Michal Strehovský f2fee87a54 Update buildtools
This version has the "make ILPROJ project buildable from VS" fix.
2016-04-21 17:08:38 -07:00