Skip to content

Commit 625b989

Browse files
committed
update appveyor.yml
1 parent 685e432 commit 625b989

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

appveyor.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@
33
#---------------------------------#
44

55
# version format
6-
version: 0.0.0.{build}
6+
version: 0.1.1.{build}
77

88
# Do not build on tags (GitHub and BitBucket)
99
skip_tags: true
1010

11-
# Maximum number of concurrent jobs for the project
12-
max_jobs: 1
13-
1411
#---------------------------------#
1512
# environment configuration #
1613
#---------------------------------#
@@ -29,4 +26,4 @@ build_script:
2926
# artifacts #
3027
#---------------------------------#
3128
artifacts:
32-
- path: .\*.nupkg
29+
- path: .\GitExtensions.Extensibility.*.nupkg

0 commit comments

Comments
 (0)