* Add support for using --with-packages with smoke-tests.
* Use a better variable name for custom packages directory.
* Swap conditions so we don't have to delete the archive directory. Fixes https://github.com/dotnet/source-build/issues/2900.
* Update src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/DotNetHelper.cs
Co-authored-by: Michael Simons <msimons@microsoft.com>
* Address review feedback.
Co-authored-by: Michael Simons <msimons@microsoft.com>
* add dotnet format tests
* some updates from code review
* move helper methods out of DotNetFormatTests class
* rearrange smoke test assets
* update various smoke-test paths and remove root repo check from legacy smoke test script
* fix smoke-test-prereqs tar command path
* fix naming conventions and remove extra formatting test
* more refactoring from pr comments
* refactor BaselineHelper comparison methods
* simplify comparison methods
* clarify FormatTest expected result naming
* remove unnecessary empty props and targets files
* Implement beginnings of C# based tests
* Convert xml dox tests
* Updates per code review
* Fixup of previous commit
* Edits per code review
* Refactor testRunTitle to make distinguishable between build legs