Skip to content

Commit

Permalink
Fix Auto Deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jianmingyong committed Jan 14, 2016
1 parent 1b4d55a commit bb0872a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ assembly_info:
assembly_informational_version: '{version}'
install:
- cmd: git submodule update --init --recursive
cache:
- Pokemon.3D.Server.Client.GUI\packages.config
- Pokemon.3D.Server.Client.Updater\packages.config
- Pokemon.3D.Server.Core\packages.config
before_build:
- ps: nuget restore Pokemon.3D.Server.Client.sln
build:
Expand All @@ -38,4 +34,4 @@ deploy:
secure: UyngIeXJ3Cv4yHkTI7+2/PuW35IVx8Nn9yRh8wIEDLXRaG+OGNkqzhftWfjPbHNc
artifact: Pokemon.3D.Server.Client.GUI, Pokemon.3D.Server.Client.Updater
draft: false
prerelease: true
prerelease: true

0 comments on commit bb0872a

Please sign in to comment.