7676 New-ConfigurationFormat - ApplyTo ' DefaultPSD1' , ' OnMergePSD1' - PSD1Style ' Minimal'
7777
7878 # configuration for documentation, at the same time it enables documentation processing
79- New-ConfigurationDocumentation - Enable:$false - StartClean - UpdateWhenNew - PathReadme ' Docs\Readme.md' - Path ' Docs'
79+ New-ConfigurationDocumentation - Enable:$false - PathReadme ' Docs\Readme.md' - Path ' Docs'
8080
81- New-ConfigurationImportModule - ImportSelf - ImportRequiredModules
81+ New-ConfigurationImportModule - ImportSelf - ImportRequiredModules - SkipBinaryConflictAnalysis
8282
8383 $newConfigurationBuildSplat = @ {
8484 Enable = $true
8585 SignModule = $true
86+ CertificateThumbprint = ' 483292C9E317AA13B07BB7A96AE9D1A5ED9E7703'
8687 DeleteTargetModuleBeforeBuild = $true
8788 MergeModuleOnBuild = $true
88- CertificateThumbprint = ' 483292C9E317AA13B07BB7A96AE9D1A5ED9E7703'
8989 DoNotAttemptToFixRelativePaths = $true
9090 MergeFunctionsFromApprovedModules = $true
9191 RefreshPSD1Only = $true
92+ NETProjectPath = " $PSScriptRoot \..\Sources\O365Essentials.Auth\O365Essentials.Auth.csproj"
93+ NETProjectName = ' O365Essentials.Auth'
94+ NETFramework = @ (' net8.0' )
95+ NETBinaryModule = @ (' O365Essentials.Auth.dll' )
96+ NETBinaryModuleCmdletScanDisabled = $true
97+ NETAssemblyLoadContext = $true
98+ NETHandleRuntimes = $true
9299 }
93100 New-ConfigurationBuild @newConfigurationBuildSplat
94101
98105 # global options for publishing to github/psgallery
99106 # New-ConfigurationPublish -Type PowerShellGallery -FilePath 'C:\Support\Important\PowerShellGalleryAPI.txt' -Enabled:$true
100107 # New-ConfigurationPublish -Type GitHub -FilePath 'C:\Support\Important\GitHubAPI.txt' -UserName 'EvotecIT' -Enabled:$true
101- } - ExitCode
108+ } - ExitCode
0 commit comments