Skip to content

Commit

Permalink
Bumped module version to 1.2.0
Browse files Browse the repository at this point in the history
Ignored readme.md from PSake build
  • Loading branch information
iainbrighton committed May 12, 2015
1 parent e245ee4 commit e77cc77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.PSake.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Task Deploy {
[Ref] $null = New-ModuleLicense -Path $licensePath -LicenseType MIT -FullName $company;
## Copy release files
Write-Host (' Copying release files to build directory "{0}".' -f $buildPath) -ForegroundColor Yellow;
$excludedFiles = @( '*.Tests.ps1','Build.PSake.ps1','.git*','*.png','Build','Release' );
$excludedFiles = @( '*.Tests.ps1','Build.PSake.ps1','.git*','*.png','Build','Release','readme.md' );
Get-ModuleFile -Exclude $excludedFiles | % {
$destinationPath = '{0}{1}' -f $buildPath, $PSItem.FullName.Replace($basePath, '');
[Ref] $null = New-Item -ItemType File -Path $destinationPath -Force;
Expand Down
Binary file modified PhatGit.psd1
Binary file not shown.

0 comments on commit e77cc77

Please sign in to comment.