Skip to content

icraftsoftware/Be.Stateless.PowerShell.Module.BizTalk.Deployment

Repository files navigation

Be.Stateless.PowerShell.Module.BizTalk.Deployment

Build Status GitHub Release PowerShell Gallery Version

Commands to deploy Microsoft BizTalk Server Applications supported by a deployment framework featuring a declarative task model.

Module Installation

Notice that to be able to install this PowerShell module right from the PowerShell Gallery you will need to trust the certificate that was used to sign it. Run the following PowerShell commands (they merely download and install the certificate's public key in the 'Trusted People' store underneath the 'Local Machine' certificate store):

Invoke-WebRequest -Uri https://github.com/icraftsoftware/Be.Stateless.Build.Scripts/raw/master/be.stateless.public.cer -OutFile "$($env:TEMP)\be.stateless.public.cer"
Import-Certificate -FilePath "$($env:TEMP)\be.stateless.public.cer" -CertStoreLocation Cert:\LocalMachine\TrustedPeople\

Notice that if the ExecutionPolicy is set to AllSigned you also need to run the following PowerShell command (it merely installs the certificate's public key in the 'Trusted Publishers' store underneath the 'Local Machine' certificate store):

Import-Certificate -FilePath "$($env:TEMP)\be.stateless.public.cer" -CertStoreLocation Cert:\LocalMachine\TrustedPublisher\

About

Commands to deploy Microsoft BizTalk Server Applications supported by a deployment framework featuring a declarative task model.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5