Skip to content

Commit 85d2b3f

Browse files
committed
update appveyor.yml
1 parent cf2947d commit 85d2b3f

File tree

1 file changed

+12
-18
lines changed

1 file changed

+12
-18
lines changed

appveyor.yml

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,25 @@
1-
version: 1.3.{build}
2-
image: Visual Studio 2017
1+
version: 1.0.{build}
2+
image: Visual Studio 2019
33
configuration: Release
44
platform: Any CPU
55
assembly_info:
66
patch: true
7-
file: AssemblyInfo.*
7+
file: SolutionAssemblyInfo.cs
88
assembly_version: '{version}'
99
assembly_file_version: '{version}'
1010
assembly_informational_version: '{version}'
11+
dotnet_csproj:
12+
patch: true
13+
file: 'Flow.*\*.csproj'
14+
version: '{version}'
15+
package_version: '{version}'
16+
assembly_version: '{version}'
17+
file_version: '{version}'
18+
informational_version: '{version}'
1119
before_build:
1220
- ps: nuget restore
1321
build:
1422
project: Flow.Launcher.sln
1523
after_test:
1624
artifacts:
17-
- path: 'Output\Packages\Flow.Launcher-*.zip'
18-
name: zipped_binary
19-
- path: 'Output\Packages\Flow.Launcher.Plugin.*.nupkg'
20-
name: nuget_package
21-
- path: 'Output\Packages\Flow.Launcher-*.*'
22-
name: installer
23-
- path: 'Output\Packages\RELEASES'
24-
name: installer
25-
deploy:
26-
provider: NuGet
27-
api_key:
28-
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
29-
artifact: nuget_package
30-
on:
31-
branch: api
25+
- path: 'Output\Packages\*'

0 commit comments

Comments
 (0)