blob: 28e0e723500deebee1a43928d8cf819daa01c11d (
plain)
1
2
3
4
5
6
7
8
9
10
|
^[^
]+ --build \. --config "Release" -- -i
[^
]+ --build \. --config "Release" --target "MyTarget" -- -i
[^
]+ --build \. --config "Debug" -- -i
[^
]+ --build \. --config "Debug" --target "MyTarget" -- -i
[^
]+ --build \. --config "Release" -- -i$
|