Update .gitlab-ci.yml

This commit is contained in:
Stephen Maunder 2017-12-30 12:09:17 +00:00
parent 9464db3963
commit adb11a8bb3

View file

@ -1,6 +1,7 @@
variables:
GIT_SSL_NO_VERIFY: "true"
ErrorActionPreference: STOP
before_script:
- Get-PackageProvider -Name NuGet -ForceBootstrap | Out-Null
- Install-Module InvokeBuild, BuildHelpers, PSScriptAnalyzer -force -Scope CurrentUser