You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're running into an issue with the MSBuild task. It seems like assets are ordered differently on different machines resulting in different hashes. This messes with our deployment package since the manifest files change but the deployment package doesn't know to include different cached bundles.
Looking through the code, it appears that ScriptPipeline and StyleSheetPipeline include SortAssetsByDependency but HtmlTemplatePipeline and JavaScriptHtmlTemplatePipeline don't.
Should those be included in order to create predictable ordering?
The text was updated successfully, but these errors were encountered:
We're running into an issue with the MSBuild task. It seems like assets are ordered differently on different machines resulting in different hashes. This messes with our deployment package since the manifest files change but the deployment package doesn't know to include different cached bundles.
Looking through the code, it appears that ScriptPipeline and StyleSheetPipeline include SortAssetsByDependency but HtmlTemplatePipeline and JavaScriptHtmlTemplatePipeline don't.
Should those be included in order to create predictable ordering?
The text was updated successfully, but these errors were encountered: