Hi, I was trying to build the v4.1.7 Toolkit from source just to see how that works but can't get it to work. I must be doing something wrong.
I use this info i got from my friend AI:
CD C:\Temp\TestBuild\PsAppDeployToolkit\src
Install-Module InvokeBuild -Scope CurrentUser
Install-Module ModuleBuilder -Scope CurrentUser
Install-Module Pester -Scope CurrentUser
Invoke-Build -File .\PSAppDeployToolkit.Build.ps1
Then it throws me an error:
Import-LocalizedData : Cannot find the Windows PowerShell data file '.psd1' in directory 'C:\Temp\PSADTComp\PsAppDeployToolkit\src\\en-US\', or in any parent culture directories.
At C:\Temp\PSADTComp\PsAppDeployToolkit\src\PSAppDeployToolkit.Build.ps1:225 char:21
+ ... ifestInfo = Import-LocalizedData -BaseDirectory $Script:ModuleSourceP ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\Temp\PSADTCo...rc\\en-US\.psd1:String) [Import-LocalizedData], PSInvalidOperationException
+ FullyQualifiedErrorId : ImportLocalizedData,Microsoft.PowerShell.Commands.ImportLocalizedData
Is there somewhere a guide on how to do this?
The en-US folder is not in the source.
Kind Regards,