Skip to content

Extend #3907's fix of module import error to Linux#5260

Open
NoelTautges wants to merge 7 commits intopnp:devfrom
NoelTautges:FixLinuxBuildScripts
Open

Extend #3907's fix of module import error to Linux#5260
NoelTautges wants to merge 7 commits intopnp:devfrom
NoelTautges:FixLinuxBuildScripts

Conversation

@NoelTautges
Copy link
Contributor

@NoelTautges NoelTautges commented Mar 4, 2026

Type

  • Bug Fix
  • New Feature
  • Sample

Related Issues?

Extends #3907 to Linux.

What is in this Pull Request ?

  • Removes extraneous semicolons at the end of PowerShell statements
  • Fixes capitalization of global variable $IsMacOS
  • Extends Fix destination folder definition in build process on Mac dev machines #3907's fix of a module import error to Linux - uses $HOME/.local/share/powershell/Modules/PnP.PowerShell for Linux/macOS and %MyDocuments\PowerShell\Modules\PnP.PowerShell for Windows
  • Skips redetermining the destination folder of the DLLs/PDBs by just using the using: scope, which works in thread jobs
  • Uses $PSScriptRoot for Build-Nightly.ps1 instead of relative paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant