Skip to content

Commit

Permalink
Fixed project path.
Browse files Browse the repository at this point in the history
  • Loading branch information
shemanaev committed Feb 10, 2017
1 parent 43a7b3c commit 8be234b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ init:
before_build:
- ps: nuget restore
after_build:
- 7z a LukeNet.zip %APPVEYOR_BUILD_FOLDER%\LukeNet\bin\Release\* -r -x!*.pdb -x!*.xml
- 7z a LukeNet.zip %APPVEYOR_BUILD_FOLDER%\Luke.Net\bin\Release\* -r -x!*.pdb -x!*.xml

assembly_info:
patch: true
Expand Down

0 comments on commit 8be234b

Please sign in to comment.