BuildScript/scripts/ManualTests/remove_project.py

8 lines
257 B
Python

from CommandBuilders.RemoveProjectCommandBuilder import RemoveProjectCommandBuilder
line = "inside 'BuildSample/BuildSample.sln' remove NotCompileApp project"
builder = RemoveProjectCommandBuilder()
command = builder.getCommandFor(line)
command.execute()