|
|
@ -55,7 +55,7 @@ task BuildInSandbox {
|
|
|
|
|
|
|
|
|
|
|
|
# Synopsis: Clean generated data
|
|
|
|
# Synopsis: Clean generated data
|
|
|
|
task Clean {
|
|
|
|
task Clean {
|
|
|
|
exec { MSBuild $SolutionPath /t:Clean }
|
|
|
|
exec { MSBuild $SolutionPath /t:Clean /property:Configuration=$aReleaseType }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|