Skip to content

Commit e67e57e

Browse files
committed
Fix appveyor deploying
1 parent 33bf031 commit e67e57e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build:
2020

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

2525
after_build:
2626
- cd "%APPVEYOR_BUILD_FOLDER%"
@@ -58,6 +58,5 @@ deploy:
5858
prerelease: false
5959
force_update: true
6060
on:
61-
branch: master
6261
appveyor_repo_tag: true
6362
configuration: Release

0 commit comments

Comments
 (0)