Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore IDL generated header | Rob Mensching | 2025-02-12 | 1 | -0/+1 |
| | |||||
* | Added some more modifications to the Sandbox. | Bevan Weiss | 2024-07-04 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | It will now prompt for configuring the Remote Debugger if it can find it on the host when doing the setup. And will prompt within the Sandbox to run the Debugger at startup if found It will also show the host-local IP address to connect to the debugger. In addition, it will display a small menu to allow for simple selection of a particular runtests.cmd version to execute. I still haven't found a good way to get a debugger attached into the msiexec environment without already having a coded breakpoint in, however. Also added this sandbox folder to .gitignore, so that artifacts from here aren't committed into the repo Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
* | Move to ReleaseFlow and SomeVer | Rob Mensching | 2024-04-25 | 1 | -2/+1 |
| | |||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 1 | -0/+2 |
| | |||||
* | Support editing the projects that end in ".cab" | Rob Mensching | 2022-03-31 | 1 | -0/+4 |
| | |||||
* | Move nuget.config, global.json and Directory.Packages.props to root | Rob Mensching | 2022-02-23 | 1 | -3/+3 |
| | | | | | Putting these files in the root means they can be used by the test projects support projects that get copied to the `build` folder. | ||||
* | Build simplification and parallelization | Rob Mensching | 2021-12-30 | 1 | -0/+3 |
| | |||||
* | Fix building and perf for bundles with 1000s of package and BA payloads | Sean Hall | 2021-06-09 | 1 | -0/+2 |
| | | | | Fixes other half of #5300 | ||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 1 | -0/+13 |
| | |||||
* | Initialize repo | Rob Mensching | 2021-05-11 | 1 | -0/+388 |