forked from killswitch1111/powerguivsx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.14.yml
49 lines (41 loc) · 1.2 KB
/
appveyor.14.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
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.
os:
#- Windows Server 2012 R2 # This has Dev 12.
- Visual Studio 2015 # This has Dev 14.
configuration: Release
platform: Any CPU
environment:
signing_code:
secure: fDI39OFs8s8fqvp08JPiOQ==
matrix:
- VisualStudioVersion: 14.0
before_build:
- nuget restore
build:
parallel: true
verbosity: minimal
artifacts:
- path: bin\VS140\Release\PowerShellTools.14.0.vsix
name: PowerShellTools.14.0.vsix
- path: bin\VS140\Release\PDB
assembly_info:
patch: true
file: Build\AssemblyVersion.cs
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
deploy:
- provider: GitHub
auth_token:
secure: B72UJGPt7nkJcG5c/4ng7vK/fn8cpxq4ZiqJcen5pDA7Ln/phMV+BDYFnGo6BjeI
tag: $(APPVEYOR_REPO_TAG_NAME)
release: VS2015 $(appveyor_build_version)
draft: true
artifact: PowerShellTools.14.0.vsix
prerelease: true
force_update: true
on:
branch: dev
APPVEYOR_REPO_TAG: true