Commit 81a35ea2 authored by justcoding121's avatar justcoding121

delete repo cache in build

parent 3febfb1b
...@@ -25,10 +25,6 @@ configuration: Release ...@@ -25,10 +25,6 @@ configuration: Release
# to run your custom scripts instead of automatic MSBuild # to run your custom scripts instead of automatic MSBuild
build_script: build_script:
- cmd: build.bat Package - cmd: build.bat Package
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
assembly_info: assembly_info:
patch: true patch: true
...@@ -43,6 +39,9 @@ test: on ...@@ -43,6 +39,9 @@ test: on
# skip building commits that add tags (such as release tag) # skip building commits that add tags (such as release tag)
skip_tags: true skip_tags: true
cache:
skip_commits: skip_commits:
author: buildbot121 author: buildbot121
files: files:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment