* Initial check
* Get rid of .zip
* Fix x64 path bug in pipeline
* Dump obj to debug pipeline issue
* Get rid of duplicate files
* Fix missing partitions due to gitignore
* Additional updates for scripts
* Improve use of WinSDK assets by external projects
* Force the targets to skip scraping if we pass in a flag
* Remove creation of log dir
* Need to update .gitignore for generation project rename
* More upates
* Merge with main, update scripts with better error handling, don't clobber checked in global.json for tests
* Remove unnecessary line from script
* Bad variable in script
This changes the pipeline to use the public vm image. It also includes some memory perf improvements because it was running out of memory on the public vm image.
* Define the StaticLibrary method attribute
* Add a --staticLibs flag and test it with the TestSource config
* Integrate --staticLibs with EmitWinmd in msbuild
* Add WebView2SampleDebug
* Fix the winmd name
* Converting to use Nerdbank.GitVersioning
Thanks to @AArnott for this cool project that automatically increments our build numbers for us.
Co-authored-by: Steve Otteson <sotteson@microsoft.com>