Skip to content

Commit df96e53

Browse files
committed
statgin
1 parent b0e80c3 commit df96e53

File tree

1 file changed

+28
-26
lines changed

1 file changed

+28
-26
lines changed

appveyor.yml

+28-26
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,34 @@
11
version: 1.0.{build}
2-
skip_tags: false
2+
skip_non_tags: true
33
image: Visual Studio 2017
44
configuration: 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}'
1314
before_build:
14-
cmd: ECHO This is a teste...
15-
cmd: dotnet restore
15+
- cmd: ECHO This is a teste...
16+
- cmd: dotnet restore
1617
build:
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
1921
deploy:
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

0 commit comments

Comments
 (0)