File tree Expand file tree Collapse file tree 1 file changed +28
-26
lines changed
Expand file tree Collapse file tree 1 file changed +28
-26
lines changed Original file line number Diff line number Diff line change 11version : 1.0.{build}
2- skip_tags : false
2+ skip_non_tags : true
33image : Visual Studio 2017
44configuration : Release
5- dotnet_csproj :
6- patch : true
7- file : ' **\*.csproj'
8- version : ' {version}'
9- package_version : ' {version}'
10- assembly_version : ' {version}'
11- file_version : ' {version}'
12- informational_version : ' {version}'
5+ platform : Any CPU
6+ # dotnet_csproj:
7+ # patch: true
8+ # file: '**\*.csproj'
9+ # version: '{version}'
10+ # package_version: '{version}'
11+ # assembly_version: '{version}'
12+ # file_version: '{version}'
13+ # informational_version: '{version}'
1314before_build :
14- cmd : ECHO This is a teste...
15- cmd : dotnet restore
15+ - cmd : ECHO This is a teste...
16+ - cmd : dotnet restore
1617build :
17- publish_nuget : true
18- verbosity : minimal
18+ project : .\Extensions.Caching.PostgreSql\Community.Microsoft.Extensions.Caching.PostgreSql.csproj
19+ publish_nuget : true
20+ verbosity : minimal
1921deploy :
20- - provider : NuGet
21- api_key :
22- secure : VUAK3ld3rtum29qzHscPMtujdceb8nzS8JcYOpcKHMTBQdrLW7eAsxfUnWk1j7Mh
23- on :
24- branch : master
25- - provider : GitHub
26- tag : v$(appveyor_build_version)
27- release : v$(appveyor_build_version)
28- auth_token :
29- secure : 0ofkZKnAq+DImExQ0oDYJkPsnMQYo3ue9fsMYBB8WfJLY5g+o1AT7t9XNlKGlMR2
30- artifact : /.*\.nupkg/
31- on :
32- branch : master
22+ - provider : NuGet
23+ api_key :
24+ secure : VUAK3ld3rtum29qzHscPMtujdceb8nzS8JcYOpcKHMTBQdrLW7eAsxfUnWk1j7Mh
25+ on :
26+ branch : master
27+ - provider : GitHub
28+ tag : v$(appveyor_build_version)
29+ release : v$(appveyor_build_version)
30+ auth_token :
31+ secure : 0ofkZKnAq+DImExQ0oDYJkPsnMQYo3ue9fsMYBB8WfJLY5g+o1AT7t9XNlKGlMR2
32+ artifact : /.*\.nupkg/
33+ on :
34+ branch : master
You can’t perform that action at this time.
0 commit comments