We don't have test coverage for the net472 scenario in our testing. - [ ] Create a windows leg for CI - [ ] Ensure msbuild is installed on it - [ ] Create/duplicate/modify `EndToEnd_NoAPI` for the net472 scenario (should just need to change the actual publish command args) The command line I use to run the net472 scenario: ``` msbuild /t:Publish /p:RuntimeIdentifier=linux-x64 /p:Configuration=Release /p:PublishProfile=DefaultContainer ```