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