forked from ebekker/ACMESharp
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathappveyor.yml
23 lines (23 loc) · 847 Bytes
/
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
version: 0.5.0.{build}
environment:
secureInfoPassword:
secure: r5xGVtj4yCfOX7QUsgBCq9IIK2/99/JrSfhmspffhzU=
install:
- nuget restore letsencrypt-win\letsencrypt-win.sln
- nuget install secure-file -ExcludeVersion
- secure-file\tools\secure-file -secret %secureInfoPassword% -decrypt letsencrypt-win\LetsEncrypt.ACME-test\dnsInfo.json.enc
- secure-file\tools\secure-file -secret %secureInfoPassword% -decrypt letsencrypt-win\LetsEncrypt.ACME-test\webServerInfo.json.enc
- secure-file\tools\secure-file -secret %secureInfoPassword% -decrypt letsencrypt-win\LetsEncrypt.ACME-test\testProxyConfig.json.enc
build:
verbosity: minimal
test:
categories:
except:
- skipCI
artifacts:
- path: letsencrypt-win\LetsEncrypt.ACME\bin
name: ACME-lib
type: zip
- path: letsencrypt-win\LetsEncrypt.ACME.POSH\bin
name: ACME-posh
type: zip