File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
[Bb ]in /
2
2
[Oo ]bj /
3
- [Ww ]orking /
3
+ [Ww ]orking * /
4
4
Build /runbuild.txt
5
5
Doc /doc.shfbproj_ *
6
6
TestResults /
Original file line number Diff line number Diff line change 8
8
$buildDocumentation = $false
9
9
$buildNuGet = $true
10
10
$treatWarningsAsErrors = $false
11
+ $workingName = " Working"
11
12
12
13
$baseDir = resolve-path ..
13
14
$buildDir = " $baseDir \Build"
14
15
$sourceDir = " $baseDir \Src"
15
16
$toolsDir = " $baseDir \Tools"
16
17
$docDir = " $baseDir \Doc"
17
18
$releaseDir = " $baseDir \Release"
18
- $workingDir = " $baseDir \Working "
19
+ $workingDir = " $baseDir \$workingName "
19
20
$builds = @ (
20
21
@ {Name = " Newtonsoft.Json" ; TestsName = " Newtonsoft.Json.Tests" ; TestsFunction = " NUnitTests" ; Constants = " " ; FinalDir = " Net45" ; NuGetDir = " net45" ; Framework = " net-4.0" ; Sign = $true },
21
22
@ {Name = " Newtonsoft.Json.Portable" ; TestsName = " Newtonsoft.Json.Tests.Portable" ; TestsFunction = " NUnitTests" ; Constants = " PORTABLE" ; FinalDir = " Portable" ; NuGetDir = " portable-net45+wp80+win8+wpa81+aspnetcore50" ; Framework = " net-4.0" ; Sign = $true },
@@ -38,7 +39,7 @@ task Clean {
38
39
39
40
if (Test-Path - path $workingDir )
40
41
{
41
- Write-Output " Deleting Working Directory"
42
+ Write-Output " Deleting Working Directory $workingDir "
42
43
43
44
del $workingDir - Recurse - Force
44
45
}
You can’t perform that action at this time.
0 commit comments