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 11os : Visual Studio 2017
22
33# Version format
4- version : 1.1.1 .{build}
4+ version : 1.2.0 .{build}
55
66cache :
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
2525before_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
2829test : 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
You can’t perform that action at this time.
0 commit comments