nps_payload
nps_payload copied to clipboard
the xml file is NULL
I use all model,but the XML file is 0kb
any response here? thanks
The msbuild_nps_file
variable isn't closed off after writing (lines 116 - 181). Add this to line 182:
msbuild_nps_file.close()
and your xml file will have content.