Add build scripts

This commit is contained in:
BONNEVILLE Geoffroy
2017-11-14 17:03:24 +01:00
parent 810caaf8e2
commit ea481187d5
4 changed files with 160 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Enable -Verbose option
[CmdletBinding()]
param(
[string]$CertPath = "$Env:BUILD_ARTIFACTSTAGINGDIRECTORY",
[Parameter(Mandatory=$true)][string]$FileName
)
Import-Certificate -Filepath "$CertPath\$FileName"