Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 337 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 337 Bytes

on_prem_deploy

Support scripts for deploying to on-prem servers

Testing

PowerShell tests are written with Pester.

To run them from a Windows server:

.\InstallTestDependencies.ps1
.\RunPesterTests.ps1

To run them from a non-Windows server:

docker build -f Dockerfile.test .