Skip to content

Commit

Permalink
Fix appveyor deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
dail8859 committed Jan 3, 2018
1 parent 33bf031 commit e67e57e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build:

build_script:
- cd "%APPVEYOR_BUILD_FOLDER%"
- msbuild LuaScript.sln /p:configuration="%configuration%" /p:platform="%platform%"
- msbuild LuaScript.sln /p:configuration="%configuration%" /p:platform="%platform%" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"

after_build:
- cd "%APPVEYOR_BUILD_FOLDER%"
Expand Down Expand Up @@ -58,6 +58,5 @@ deploy:
prerelease: false
force_update: true
on:
branch: master
appveyor_repo_tag: true
configuration: Release

0 comments on commit e67e57e

Please sign in to comment.