mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
CI fix
This commit is contained in:
parent
05dca6a45e
commit
9464db3963
1 changed files with 1 additions and 2 deletions
|
|
@ -5,8 +5,7 @@ before_script:
|
||||||
- Get-PackageProvider -Name NuGet -ForceBootstrap | Out-Null
|
- Get-PackageProvider -Name NuGet -ForceBootstrap | Out-Null
|
||||||
- Install-Module InvokeBuild, BuildHelpers, PSScriptAnalyzer -force -Scope CurrentUser
|
- Install-Module InvokeBuild, BuildHelpers, PSScriptAnalyzer -force -Scope CurrentUser
|
||||||
- Install-Module Pester -Force -SkipPublisherCheck -Scope CurrentUser
|
- Install-Module Pester -Force -SkipPublisherCheck -Scope CurrentUser
|
||||||
- Import-Module PSScriptAnalyzer
|
- Import-Module PSScriptAnalyzer -Scope CurrentUser
|
||||||
- Import-Module Pester
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue