File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
os : Visual Studio 2017
2
2
3
3
# Version format
4
- version : 1.1.1 .{build}
4
+ version : 1.2.0 .{build}
5
5
6
6
cache :
7
7
- 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:
23
23
- build-appveyor.cmd
24
24
25
25
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
+
27
28
# Turn tests off just now
28
29
test : on
29
30
@@ -92,4 +93,4 @@ deploy:
92
93
artifact : /.*\.nupkg/
93
94
on :
94
95
branch : master-umbraco-version-8
95
- appveyor_repo_tag : true
96
+ appveyor_repo_tag : true
You can’t perform that action at this time.
0 commit comments