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
da7dd14c4b
commit
c485fcd230
1 changed files with 19 additions and 19 deletions
38
appveyor.yml
38
appveyor.yml
|
|
@ -68,27 +68,27 @@ for:
|
||||||
matrix:
|
matrix:
|
||||||
only:
|
only:
|
||||||
- image: Visual Studio 2019
|
- image: Visual Studio 2019
|
||||||
environment:
|
environment:
|
||||||
PShell: '7'
|
PShell: '7'
|
||||||
install:
|
install:
|
||||||
- pwsh: |
|
- pwsh: |
|
||||||
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force | Out-Null
|
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force | Out-Null
|
||||||
Install-Module InvokeBuild -Scope CurrentUser -Force
|
Install-Module InvokeBuild -Scope CurrentUser -Force
|
||||||
Install-Module BuildHelpers -Scope CurrentUser -Force
|
Install-Module BuildHelpers -Scope CurrentUser -Force
|
||||||
Install-Module platyPS -Scope CurrentUser -Force
|
Install-Module platyPS -Scope CurrentUser -Force
|
||||||
Install-Module Pester -Scope CurrentUser -Force
|
Install-Module Pester -Scope CurrentUser -Force
|
||||||
Install-Module PSScriptAnalyzer -Scope CurrentUser -Force
|
Install-Module PSScriptAnalyzer -Scope CurrentUser -Force
|
||||||
$env:releasePath = "$($pwd.Path)\Release"
|
$env:releasePath = "$($pwd.Path)\Release"
|
||||||
before_build:
|
before_build:
|
||||||
- pwsh: Invoke-Build -Task ShowDebug
|
- pwsh: Invoke-Build -Task ShowDebug
|
||||||
build_script:
|
build_script:
|
||||||
- pwsh: Invoke-Build -Task Build
|
- pwsh: Invoke-Build -Task Build
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- pwsh: Invoke-Build -Task Test
|
- pwsh: Invoke-Build -Task Test
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- pwsh: Invoke-Build -Task Deploy
|
- pwsh: Invoke-Build -Task Deploy
|
||||||
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue