We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685e432 commit 625b989Copy full SHA for 625b989
appveyor.yml
@@ -3,14 +3,11 @@
3
#---------------------------------#
4
5
# version format
6
-version: 0.0.0.{build}
+version: 0.1.1.{build}
7
8
# Do not build on tags (GitHub and BitBucket)
9
skip_tags: true
10
11
-# Maximum number of concurrent jobs for the project
12
-max_jobs: 1
13
-
14
15
# environment configuration #
16
@@ -29,4 +26,4 @@ build_script:
29
26
# artifacts #
30
27
31
28
artifacts:
32
-- path: .\*.nupkg
+- path: .\GitExtensions.Extensibility.*.nupkg
0 commit comments