Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Publish Website Getting Empty Folder

Tags:

I Have Build project with visual studio but when i want to publish my website i get an empty folder and nothing there ! no error or warning ,

Building directory '/project/Users/'. Pre-compilation Complete ------ Publish started: Project: F:\...\project\, Configuration: Debug Any CPU ------ Connecting to site E:\project... Publishing directory /... ========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ========== ========== Publish: 1 succeeded, 0 failed, 0 skipped ========== 

e:\project is empty

like image 515
Moslem7026 Avatar asked Oct 25 '12 16:10

Moslem7026


1 Answers

Build your project (not rebuild) it will work :)

OR

Other workaround is publish in debug mode first then change settings and publish in release mode. it will surely work :)

like image 96
Shamnani Kamlesh Avatar answered Sep 28 '22 00:09

Shamnani Kamlesh