File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ $script:ModuleName = Split-Path $PSScriptRoot -Leaf
3131
3232$script :Psm1Path = [System.IO.Path ]::Combine($PSScriptRoot , " $script :ModuleName .psm1" )
3333$script :Psd1Path = [System.IO.Path ]::Combine($PSScriptRoot , " $script :ModuleName .psd1" )
34- $script :ProfileDirPath = [System.IO.Path ]::Combine($PSScriptRoot , ' profiles' )
3534
3635$script :BinModDir = [System.IO.Path ]::Combine($PSScriptRoot , ' out' , " $script :ModuleName " )
3736$script :BinModSrcDir = Join-Path $PSScriptRoot ' Microsoft.PowerShell.CrossCompatibility'
@@ -93,7 +92,6 @@ function Publish-CrossCompatibilityModule
9392
9493 Copy-Item - LiteralPath $script :Psd1Path - Destination (Join-Path $DestinationDir " $script :ModuleName .psd1" )
9594 Copy-Item - LiteralPath $script :Psm1Path - Destination (Join-Path $DestinationDir " $script :ModuleName .psm1" )
96- Copy-Item - Recurse - LiteralPath $script :ProfileDirPath - Destination $DestinationDir - ErrorAction Ignore
9795
9896 foreach ($framework in $TargetFramework )
9997 {
You can’t perform that action at this time.
0 commit comments