Skip to content

Commit 5d993ea

Browse files
authored
Update appveyor.yml
1 parent 24ec96e commit 5d993ea

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
os: Visual Studio 2017
22

33
# Version format
4-
version: 1.1.1.{build}
4+
version: 1.2.0.{build}
55

66
cache:
77
- src\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
@@ -23,7 +23,8 @@ build_script:
2323
- build-appveyor.cmd
2424

2525
before_test:
26-
- cmd: '"%programfiles(x86)%\Microsoft SDKs\Azure\Storage Emulator\AzureStorageEmulator.exe" start'
26+
- cmd: '"%programfiles(x86)%\Microsoft SDKs\Azure\Storage Emulator\AzureStorageEmulator.exe" start'
27+
2728
# Turn tests off just now
2829
test: on
2930

@@ -92,4 +93,4 @@ deploy:
9293
artifact: /.*\.nupkg/
9394
on:
9495
branch: master-umbraco-version-8
95-
appveyor_repo_tag: true
96+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)