-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOutput-Build.txt
More file actions
44 lines (44 loc) · 3.53 KB
/
Output-Build.txt
File metadata and controls
44 lines (44 loc) · 3.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
1>------ Build started: Project: BootstrapMVC, Configuration: Debug Any CPU ------
1>C:\Users\priyvasanthan\documents\visual studio 2013\Projects\BootstrapMVC\BootstrapMVC\Controllers\TitlesController.cs(10,7,10,25): warning CS0105: The using directive for 'System.Data.Entity' appeared previously in this namespace
1>C:\Users\priyvasanthan\documents\visual studio 2013\Projects\BootstrapMVC\BootstrapMVC\Controllers\StoresController.cs(344,28,344,43): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
1>C:\Users\priyvasanthan\documents\visual studio 2013\Projects\BootstrapMVC\BootstrapMVC\PaypalAccess.aspx.cs(18,20,18,27): warning CS0219: The variable 'imgData' is assigned but its value is never used
1>C:\Users\priyvasanthan\documents\visual studio 2013\Projects\BootstrapMVC\BootstrapMVC\PaypalAccess.aspx.cs(19,26,19,28): warning CS0219: The variable 'ms' is assigned but its value is never used
1>C:\Users\priyvasanthan\documents\visual studio 2013\Projects\BootstrapMVC\BootstrapMVC\PaypalAccess.aspx.cs(20,34,20,47): warning CS0219: The variable 'fullSizeImage' is assigned but its value is never used
1>C:\Users\priyvasanthan\documents\visual studio 2013\Projects\BootstrapMVC\BootstrapMVC\PaypalAccess.aspx.cs(21,20,21,25): warning CS0219: The variable 'imgID' is assigned but its value is never used
1>C:\Users\priyvasanthan\documents\visual studio 2013\Projects\BootstrapMVC\BootstrapMVC\PaypalAccess.aspx.cs(96,28,96,34): warning CS0649: Field 'BootstrapMVC.PaypalAccess.Circle.radius' is never assigned to, and will always have its default value 0
1>C:\Users\priyvasanthan\documents\visual studio 2013\Projects\BootstrapMVC\BootstrapMVC\Models\NameComparer.cs(16,18,16,20): warning CS0169: The field 'BootstrapMVC.Models.NameComparer.dt' is never used
1> BootstrapMVC -> C:\Users\priyvasanthan\documents\visual studio 2013\Projects\BootstrapMVC\BootstrapMVC\bin\BootstrapMVC.dll
2>------ Publish started: Project: BootstrapMVC, Configuration: Debug Any CPU ------
2>Connecting to http://localhost/BootstrapMVC...
2>Transformed Web.config using C:\Users\priyvasanthan\documents\visual studio 2013\Projects\BootstrapMVC\BootstrapMVC\Web.Debug.config into obj\Debug\TransformWebConfig\transformed\Web.config.
2>Copying all files to temporary location below for package/publish:
2>obj\Debug\Package\PackageTmp.
2>Publishing folder /...
2>Publishing folder awesome...
2>Publishing folder awesome/Awesome...
2>Publishing folder awesome/EditorTemplates...
2>Publishing folder bin...
2>Publishing folder Content...
2>Publishing folder Content/bootstrap...
2>Publishing folder Content/bootstrap/mixins...
2>Publishing folder Content/fonts...
2>Publishing folder Content/pics...
2>Publishing folder Content/products...
2>Publishing folder Content/products/asset...
2>Publishing folder Controllers...
2>Publishing folder Controllers/fonts...
2>Publishing folder Models...
2>Publishing folder Scripts...
2>Publishing folder Views...
2>Publishing folder Views/Account...
2>Publishing folder Views/Home...
2>Publishing folder Views/Manage...
2>Publishing folder Views/Posts...
2>Publishing folder Views/Shared...
2>Publishing folder Views/Stores...
2>Publishing folder Views/Titles...
2>Publishing folder Views/TreeView...
2>Site was published successfully http://localhost/BootstrapMVC
2>
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Publish: 1 succeeded, 0 failed, 0 skipped ==========