Skip to content

Commit

Permalink
xianjing&xqyu fix directoryname issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjing committed May 14, 2013
1 parent 97e8d50 commit d0a1d47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions generate-po.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ Function Get-Files {
}

Function Test-IsExcluded($path){
if( -not $path ){
return $true
}
foreach($excludeFolder in $excludeFolders){
if ($path.StartsWith($excludeFolder, [System.StringComparison]::InvariantCultureIgnoreCase)) {
return $true
Expand Down
2 changes: 1 addition & 1 deletion pack-nuget.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
".nuget\NuGet.exe" pack i18n.nuspec -version 1.0.6.12 -NoPackageAnalysis
".nuget\NuGet.exe" pack i18n.nuspec -version 1.0.6.13 -NoPackageAnalysis

0 comments on commit d0a1d47

Please sign in to comment.