-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Update tests to reflect change of web app manifest extension in React C# template #43765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for your PR, @christianliebel. Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
25a4d9b
to
42b18a0
Compare
Just merged dotnet/spa-templates#80. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@christianliebel could you please take a look at any additional potential test changes required now that dotnet/spa-templates#80 is merged? |
@dotnet/aspnet-build did I potential miss a build break? dotnet/spa-templates#80 was merged and should've automatically(?) been reflected in our aspnetcore builds due to the submodule setup? |
Thanks, will take a look |
Closing given #46122. Thanks @christianliebel! |
Pull request was closed
Update tests to reflect change of web app manifest extension in React C# template
Update tests when React C# template in spa-templates uses "webmanifest" as manifest extension
Description
The React project template in spa-templates uses "json" as the extension for the Web Application Manifest. "webmanifest" is the recommended one (see #43755 and #43756 for context). If dotnet/spa-templates#80 gets merged and the submodule updated, the tests in this repository will fail. This PR would fix them again.