Convert to latest arcade version
Update signing step
Fix variable list definition
Enable microbuild
Add sdk version to global.json
Update dotnet-install.sh permissions.
* Remove dotnet-analyze from build and CreateVersionFile
* Rename NuGet config file to be compliant with casing
* Use msbuild command in place of hardcoded paths
* Add details file
* Consolidate versions into a single file
* Over all cleanup of project files, properties, and targets
* Little workaround for older version of Arcade around license
* Change format of versioning resources for readability
* Update XUnit versions
Convert to Arcade SDK from RoslynTools.RepoToolSet.
Upgrade to arcade SDK 1.0.0-beta.18501.3+25f5624a
Switched to dotnet cli 2.1.401
There are still some zip signing and version file issues that
will be addressed in future PRs.
Fix the version file build and remove the build tools dependency
Add embedded pdbs to testing.
Add scripts to build/install lldb for some distros.
Fix the build on certain distros after testing docs.
Add RuntimeFrameworkVersionMajor.
Misc changes and cleanup.
Add/update documentation.
Test against .NET Core 1.0.9, 2.0.9 and 2.1.0.
Removed using the desktop framework to find the diasymreader interface.
Added conditional to config files. Now any config value, Options or Option
can have a Condition="$(foo) == bar". Only == and != are supported.
Added Import config file support allow one config file to import
another. <Import ConfigFile="<name of file>" />
Upgraded to .NET Core cli version 2.1.300 (final release).
Don't use the dbgeng ioctl to get the DAC interface on Windows.
Move test logging to better named directory