Skip to content

Commit

Permalink
Fix setting for module builder
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Aug 13, 2023
1 parent 541eba5 commit 6731cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Build-ModuleSimplified.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Build-Module -ModuleName 'PSPublishModule' {
CertificateThumbprint = '483292C9E317AA13B07BB7A96AE9D1A5ED9E7703'
#CertificatePFXBase64 = $BasePfx
#CertificatePFXPassword = "zGT"
DoNotAttemptToFixRelativePaths = $true
DoNotAttemptToFixRelativePaths = $false
}

New-ConfigurationBuild @newConfigurationBuildSplat
Expand Down

0 comments on commit 6731cd4

Please sign in to comment.