-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathappveyor.yml
49 lines (39 loc) · 1.37 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
43
44
45
46
47
48
49
# BlueDwarf tunnel appveyor.yml script
version: '{branch}-{build}'
branches:
only:
- master
before_build:
nuget restore
nuget:
account_feed: true
project_feed: true
disable_publish_on_pr: true
configuration: Release
platform: Any CPU
build:
parallel: true
publish_nuget: true
publish_nuget_symbols: true
verbosity: minimal
environment:
pfxKey:
secure: 7kj0HlKk9INPLkabdbsdKp6R2i8BvgBzj03hzqUbLuU=
after_test:
- ps: $pfxKeyS = ConvertTo-SecureString $env:pfxKey -AsPlainText -Force
- ps: Import-PfxCertificate -FilePath Tools\490fc8e027f9320a04d00960ce799809.pfx cert:\CurrentUser\My -Password $pfxKeyS
- msbuild /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /t:Publish /property:ApplicationRevision=%APPVEYOR_BUILD_NUMBER%
- ps: $root = Resolve-Path .\BlueDwarf\bin\Release\app.publish; [IO.Directory]::GetFiles($root.Path, '*.*', 'AllDirectories') | % { Push-AppveyorArtifact $_ -FileName $_.Substring($root.Path.Length + 1) -DeploymentName ClickOnce }
deploy:
- provider: NuGet
api_key:
secure: rEYnR9JThbc6x8DdCo1K8+fgsGKzjNKzTZsldXFLYMm/tFPC7JWWvuKpVTrDBd+g
skip_symbols: false
- provider: FTP
protocol: sftp
host: openstore.craponne.fr:7623
username: openstore
password:
secure: /Yr9Wtf5W7SfwBuz/LYLPN+aaxzjPjtIpfzLloth97U=
folder: openstore.arxone.com
artifact: ClickOnce