mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
corrected indentation
This commit is contained in:
parent
cbc80dc633
commit
eb3b334e42
1 changed files with 7 additions and 7 deletions
14
appveyor.yml
14
appveyor.yml
|
|
@ -72,13 +72,13 @@ for:
|
|||
- PShell: '7'
|
||||
install:
|
||||
- pwsh: |
|
||||
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force | Out-Null
|
||||
Install-Module InvokeBuild -Scope CurrentUser -Force
|
||||
Install-Module BuildHelpers -Scope CurrentUser -Force
|
||||
Install-Module platyPS -Scope CurrentUser -Force
|
||||
Install-Module Pester -Scope CurrentUser -Force
|
||||
Install-Module PSScriptAnalyzer -Scope CurrentUser -Force
|
||||
$env:releasePath = "$($pwd.Path)\Release"
|
||||
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force | Out-Null
|
||||
Install-Module InvokeBuild -Scope CurrentUser -Force
|
||||
Install-Module BuildHelpers -Scope CurrentUser -Force
|
||||
Install-Module platyPS -Scope CurrentUser -Force
|
||||
Install-Module Pester -Scope CurrentUser -Force
|
||||
Install-Module PSScriptAnalyzer -Scope CurrentUser -Force
|
||||
$env:releasePath = "$($pwd.Path)\Release"
|
||||
before_build:
|
||||
- pwsh: Invoke-Build -Task ShowDebug
|
||||
build_script:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue