File tree Expand file tree Collapse file tree
Class Library/ActiveUp.Net/Properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030//
3131// You can specify all the values or you can default the Revision and Build Numbers
3232// by using the '*' as shown below:
33- [ assembly: AssemblyVersion ( "2.0.2 .*" ) ]
34- [ assembly: AssemblyFileVersion ( "2.0.2 .0" ) ]
33+ [ assembly: AssemblyVersion ( "2.1.0 .*" ) ]
34+ [ assembly: AssemblyFileVersion ( "2.1.0 .0" ) ]
Original file line number Diff line number Diff line change 11version : 2.1.{build}
2- configuration : Release
2+ init :
3+ - cmd : git config --global core.autocrlf true
34assembly_info :
45 patch : true
56 file : AssemblyInfo.*
67 assembly_version : " 2.1.{build}"
78 assembly_file_version : " {version}"
89 assembly_informational_version : " {version}"
9- nuget :
10- account_feed : true
11- project_feed : true
1210before_build :
1311- ps : nuget restore
1412build :
@@ -18,23 +16,19 @@ build:
1816 include_nuget_references : true
1917 verbosity : minimal
2018artifacts :
21- # pushing all *.nupkg files in directory
22- - path : ' **\*.nupkg'
23- name : NuGet
24- - path : ' **\*.dll'
25- name : ActiveUp
19+ - path : ' **\*.nupkg'
20+ - path : ' **\*.dll'
2621deploy :
2722- provider : NuGet
2823 api_key :
2924 secure : ubOtyPLGDRR2As2YTkLUUN8cjmV66GWheJaDWf52o133MIi4Qe3nw0pUDjBkQCA2
30- skip_symbols : false
3125 artifact : /.*\.nupkg/
3226notifications :
3327- provider : Email
3428 to :
35293630 subject : FAIL - Build MailSystem.NET - Oficial
37- message : Fail process build to lib MailSystem.net (https://github.com/reinaldocoelho/MailSystem.NET).
31+ message : Fail process build to lib MailSystem.net(https://github.com/reinaldocoelho/MailSystem.NET).
3832 on_build_success : false
3933 on_build_failure : true
4034 on_build_status_changed : false
You can’t perform that action at this time.
0 commit comments