We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use all model,but the XML file is 0kb
The text was updated successfully, but these errors were encountered:
any response here? thanks
Sorry, something went wrong.
The msbuild_nps_file variable isn't closed off after writing (lines 116 - 181). Add this to line 182:
msbuild_nps_file
msbuild_nps_file.close()
and your xml file will have content.
Fixed xml file is null trustedsec#5
ddcf350
Fixed the fix for xml file is null trustedsec#5
02455e8
No branches or pull requests
I use all model,but the XML file is 0kb
The text was updated successfully, but these errors were encountered: