diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-04-13 17:56:17 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2008-04-15 22:23:47 -0700 |
commit | bedb0be63a15af113ce584b3e24f01a2b9daa1a1 (patch) | |
tree | a141d4299d0c9db8b4919eb6e5bfdc80f037b8a8 | |
parent | 219405d08f695c0424ff275702c8e1039d74ab4a (diff) | |
download | DotNetOpenAuth-bedb0be63a15af113ce584b3e24f01a2b9daa1a1.zip DotNetOpenAuth-bedb0be63a15af113ce584b3e24f01a2b9daa1a1.tar.gz DotNetOpenAuth-bedb0be63a15af113ce584b3e24f01a2b9daa1a1.tar.bz2 |
Enhanced builddrop script.
-rw-r--r-- | tools/builddrop.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builddrop.ps1 b/tools/builddrop.ps1 index 2d17e54..d4969a7 100644 --- a/tools/builddrop.ps1 +++ b/tools/builddrop.ps1 @@ -81,7 +81,7 @@ function AssembleDrop() { Copy-Item -Recurse $RootDir\Doc\*.htm* $DropDir
# Do a little cleanup of files that we don't want to inclue in the drop
- ("obj", "*.user", "*.sln.cache", "*.suo", "*.user", ".gitignore", "*.ldf", "*Trace.txt") |% {
+ ("obj", "*.user", "*.sln.cache", "*.suo", "*.user", ".gitignore", "*.ldf", "*Trace.txt", "*~") |% {
Get-ChildItem -force -recurse "$DropDir\Samples" "$_" |% {
If (Test-Path "$($_.FullName)") {
$errorActionPreference = "SilentlyContinue"
|