forked from killswitch1111/powerguivsx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.15.yml
57 lines (49 loc) · 1.53 KB
/
appveyor.15.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
50
51
52
53
54
55
56
57
version: 3.0.{build}
# The above also controls the VSIX Version. For any dlls which are intended to be referenced from
# 3rd parties, eg, any contract DLLs, those have their own AssemblyInfo/AssemblyVersioning.
image:
- Visual Studio 2017
configuration: Release
platform: Any CPU
environment:
signing_code:
secure: fDI39OFs8s8fqvp08JPiOQ==
matrix:
- VisualStudioVersion: 15.0
inbox: false
- VisualStudioVersion: 15.0
inbox: true
before_build:
- copy packages.15.config packages.config
- nuget restore
- cmd: "\"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\Common7\\Tools\\VsDevCmd.bat\""
build:
parallel: true
verbosity: minimal
artifacts:
- path: bin\VS150\Release\PowerShellTools.15.0.vsix
name: PowerShellTools.15.0.vsix
- path: bin\VS150\Release\PowerShellTools.VS2017.json
name: PowerShellTools.VS2017.json
- path: bin\VS150\Release\PDB
assembly_info:
patch: true
file: Build\AssemblyVersion.cs
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
#BUG: Tests are failing to run at all in new AppVeyor instance.
test: off
deploy:
- provider: GitHub
auth_token:
secure: B72UJGPt7nkJcG5c/4ng7vK/fn8cpxq4ZiqJcen5pDA7Ln/phMV+BDYFnGo6BjeI
tag: $(APPVEYOR_REPO_TAG_NAME)
release: VS2017 $(appveyor_build_version)
draft: true
artifact: PowerShellTools.15.0.vsix
prerelease: true
force_update: true
on:
branch: dev
APPVEYOR_REPO_TAG: true