Created a master page from seattle.html and uploaded it via a Sandbox solution. But the master page file .master was not generated automatically.
Saved the file manually and the .master file was generated.
Tried updating the file with powershell, still masterpage .master file not generated.
Noticed the following properties and the value was set to true for a successful conversion.
Saved the file manually and the .master file was generated.
Tried updating the file with powershell, still masterpage .master file not generated.
Noticed the following properties and the value was set to true for a successful conversion.
<mso:htmldesignconversionsucceeded msdt:dt="string">False</mso:htmldesignconversionsucceeded>
<mso:htmldesignstatusandpreview msdt:dt="string"></mso:htmldesignstatusandpreview>
used powershell to set the value to false and updated the file. The .master file was generated successfully.
Wrote a small powershell snippet as part of deployment to ensure that .master is generated before setting the masterpage.
Comments