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
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Given such arguments, the files collection should contain artifacts\Test results\a.xml and artifacts\Test results\b.xml, not artifacts\Test, results\a.xml, artifacts\Test, results\b.xml.
Using 1.5.0
It should respect quotes by using the string[] args that dotnet passes to Program.Main.
With this hypothetical call:
Program.Main will receive this as args:
Given such arguments, the files collection should contain
artifacts\Test results\a.xmlandartifacts\Test results\b.xml, notartifacts\Test,results\a.xml,artifacts\Test,results\b.xml.