-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
appveyor.yml
42 lines (30 loc) · 1.17 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# See http://www.appveyor.com/docs/appveyor-yml for many more options
image: Visual Studio 2019
version: 0.10.{build}
cache:
- C:\ProgramData\chocolatey\bin -> appveyor.yml
- C:\ProgramData\chocolatey\lib -> appveyor.yml
- C:\Program Files\WindowsPowerShell\Modules\PSScriptAnalyzer -> appveyor.yml
- C:\Program Files\WindowsPowerShell\Modules\Pester -> appveyor.yml
- C:\Program Files\WindowsPowerShell\Modules\PSFramework -> appveyor.yml
- C:\Program Files\WindowsPowerShell\Modules\dbatools -> appveyor.yml
shallow_clone: true
environment:
workingdirectory: c:\projects\
workingfolder: c:\projects\dbaclone
environment: development
version: 0.10.$(appveyor_build_number)
appveyor_rdp_password: P$Psd@tabaseclone2018
services:
- mssql2017
matrix:
fast_finish: true
before_test:
- ps: .\build\appveyor-prerequisites.ps1
build: off
#test_script:
#- ps: .\build\appveyor-validate.ps1 -Finalize -IncludeCoverage
on_success:
- ps: .\build\appveyor-build.ps1 -AutoVersion
#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))