-Updated psake

-Build
This commit is contained in:
James Newton-King
2014-12-02 13:52:49 +13:00
parent 970a07ec5a
commit 2821b141d7
5 changed files with 828 additions and 1176 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
$buildDocumentation = $false
$buildNuGet = $true
$treatWarningsAsErrors = $false
$workingName = "Working"
$workingName = if ($workingName) {$workingName} else {"Working"}
$baseDir = resolve-path ..
$buildDir = "$baseDir\Build"
@@ -29,7 +29,7 @@
)
}
$framework = '4.0x86'
framework '4.0x86'
task default -depends Test
@@ -33,4 +33,4 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("6.0.0.0")]
[assembly: AssemblyVersion("6.0.0.0")]
[assembly: AssemblyFileVersion("6.0.7.17930")]
[assembly: AssemblyFileVersion("6.0.7.18002")]
@@ -76,4 +76,4 @@ using System.Security;
// by using the '*' as shown below:
[assembly: AssemblyVersion("6.0.0.0")]
[assembly: AssemblyFileVersion("6.0.7.17930")]
[assembly: AssemblyFileVersion("6.0.7.18002")]
@@ -92,5 +92,5 @@ using System.Security;
// by using the '*' as shown below:
[assembly: AssemblyVersion("6.0.0.0")]
[assembly: AssemblyFileVersion("6.0.7.17930")]
[assembly: AssemblyFileVersion("6.0.7.18002")]
[assembly: CLSCompliant(true)]
+823 -1171
View File
File diff suppressed because it is too large Load Diff