File tree Expand file tree Collapse file tree 1 file changed +8
-16
lines changed
Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Original file line number Diff line number Diff line change 1- version : 1.6.0 .{build}
1+ version : 1.6.1 .{build}
22
33os : Visual Studio 2015
44
5- build :
6- project : CoreTweetSupplement.sln
7- parallel : true
8- publish_nuget : true
5+ build_script :
6+ - ps : dotnet restore
7+ - ps : dotnet pack -c Release --version-suffix "ci$(Get-Date -Format yyyyMMddHHmm)" src\CoreTweetSupplement
98
10- configuration : Release
9+ test_script :
10+ - ps : dotnet test test\CoreTweetSupplement.Tests
1111
12- nuget :
13- account_feed : true
14- project_feed : true
15- disable_publish_on_pr : true
16-
17- assembly_info :
18- patch : true
19- file : " CoreTweetSupplement\\ Properties\\ AssemblyInfo.cs"
20- assembly_version : ' {version}'
21- assembly_file_version : ' {version}'
12+ artifacts :
13+ - path : src\CoreTweetSupplement\bin\Release\*.nupkg
You can’t perform that action at this time.
0 commit comments