Skip to content

Commit

Permalink
Merge branch 'release/v1.18'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric L. Charlier committed Jul 30, 2018
2 parents bf3f2b9 + b338911 commit 5677a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .packages/package-NBi.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $depList = $dependencies.Values -join [Environment]::NewLine + "`t`t"

#For NBi.Framework (dll)
Write-Host "Packaging NBi.Framework"
$lib = "$root\NBi.Framework\lib\461\"
$lib = "$root\NBi.Framework\lib\net461\"
If (Test-Path $lib)
{
Remove-Item $lib -recurse
Expand Down Expand Up @@ -77,7 +77,7 @@ Write-Host "Package for NBi.Framework.Tools is ready"

#For NBi.Extensibility
Write-Host "Packaging NBi.Extensibility"
$lib = "$root\NBi.Extensibility\lib\461\"
$lib = "$root\NBi.Extensibility\lib\net461\"
If (Test-Path $lib)
{
Remove-Item $lib -recurse
Expand Down

0 comments on commit 5677a0d

Please sign in to comment.