microsoft / XmlNotepad

XML Notepad provides a simple intuitive User Interface for browsing and editing XML documents.
https://microsoft.github.io/XmlNotepad/
MIT License
980 stars 207 forks source link

Update runtest.cmd #290

Closed Jvr2022 closed 1 year ago

Jvr2022 commented 1 year ago

Added variable for the test DLL: Introduced a variable called TEST_DLL to store the path of the test DLL. This allows for easier modification of the DLL path if needed.

Improved quoting: Enclosed the %TEST_DLL% variable in quotes when passing it to vstest.console. This ensures that the path is correctly handled even if it contains spaces or special characters.

lovettchris commented 1 year ago

why?