File tree Expand file tree Collapse file tree 1 file changed +12
-18
lines changed Expand file tree Collapse file tree 1 file changed +12
-18
lines changed Original file line number Diff line number Diff line change 1
- version : 1.3 .{build}
2
- image : Visual Studio 2017
1
+ version : 1.0 .{build}
2
+ image : Visual Studio 2019
3
3
configuration : Release
4
4
platform : Any CPU
5
5
assembly_info :
6
6
patch : true
7
- file : AssemblyInfo.*
7
+ file : SolutionAssemblyInfo.cs
8
8
assembly_version : ' {version}'
9
9
assembly_file_version : ' {version}'
10
10
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}'
11
19
before_build :
12
20
- ps : nuget restore
13
21
build :
14
22
project : Flow.Launcher.sln
15
23
after_test :
16
24
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\*'
You can’t perform that action at this time.
0 commit comments