forked from dsccommunity/CommonTasks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
31 lines (23 loc) · 981 Bytes
/
appveyor.yml
File metadata and controls
31 lines (23 loc) · 981 Bytes
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
environment:
NuGetApiKey:
secure: tAdUQmRiZ270LOPN8SwbjISLfu6ldDTw6LWvdtsk+pQR7r5bJnGrG8Ntyt87edJ/
APPVEYOR_RDP_PASSWORD: Somepass1
version: 0.3.{build}
skip_tags: true
skip_branch_with_pr: true
skip_commits:
message: /updated readme.*|update readme.*s/
image: Visual Studio 2017
os: WMF 5
build: off
build_script:
- ps: |
Write-Host '-------------------------------------------------' -ForegroundColor Green
Write-Host 'Environment variables' -ForegroundColor Green
dir env: | Out-String | Write-Host
Write-Host '-------------------------------------------------' -ForegroundColor Green
. .\Build.ps1 -ResolveDependency
#init:
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))