c# - Azure github deploy and Automatic Package Restore -
i trying deploy project via project kudu , git hub on azure, without success. deploy log:
command: "d:\home\site\deployments\tools\deploy.cmd" handling .net web application deployment. msbuild auto-detection: using msbuild version '14.0' 'd:\program files (x86)\msbuild\14.0\bin'. packages listed in packages.config installed. d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "common.logging, version=2.1.1.0, culture=neutral, publickeytoken=af08829b84f0328e, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "common.logging.core, version=3.3.1.0, culture=neutral, publickeytoken=af08829b84f0328e, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "ctl.data, version=1.0.5570.18090, culture=neutral, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "ctl.data.excel, version=1.0.5568.30276, culture=neutral, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "epplus, version=4.0.3.0, culture=neutral, publickeytoken=ea159fdaa78159a1, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "newtonsoft.json, version=7.0.0.0, culture=neutral, publickeytoken=30ad4fe6b2a6aeed, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "pechkin, version=0.5.8.1, culture=neutral, processorarchitecture=x86". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "pechkin.synchronized, version=0.5.8.1, culture=neutral, processorarchitecture=x86". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "system.net.http.formatting, version=5.2.3.0, culture=neutral, publickeytoken=31bf3856ad364e35, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] exporters\excelexporter.cs(3,7): error cs0246: type or namespace name 'officeopenxml' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] exporters\excelexporter.cs(4,7): error cs0246: type or namespace name 'officeopenxml' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] exporters\excelexporter.cs(5,7): error cs0246: type or namespace name 'officeopenxml' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] exporters\pdfexporter.cs(2,7): error cs0246: type or namespace name 'pechkin' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] exporters\pdfexporter.cs(3,7): error cs0246: type or namespace name 'pechkin' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] exporters\excelexporter.cs(134,17): error cs0246: type or namespace name 'excelpackage' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] exporters\excelexporter.cs(139,17): error cs0246: type or namespace name 'excelpackage' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] exporters\excelexporter.cs(170,35): error cs0246: type or namespace name 'excelworksheet' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] exporters\excelexporter.cs(181,34): error cs0246: type or namespace name 'excelworksheet' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] exporters\excelexporter.cs(208,33): error cs0246: type or namespace name 'excelworksheet' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] exporters\excelexporter.cs(227,29): error cs0246: type or namespace name 'excelworksheet' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] exporters\excelexporter.cs(284,35): error cs0246: type or namespace name 'excelworksheet' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] exporters\excelexporter.cs(292,52): error cs0246: type or namespace name 'excelstyle' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] exporters\excelexporter.cs(313,17): error cs0246: type or namespace name 'excelverticalalignment' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] exporters\excelexporter.cs(327,17): error cs0246: type or namespace name 'excelhorizontalalignment' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.exporting\xpto.infrastructure.exporting.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "log4net, version=1.2.15.0, culture=neutral, publickeytoken=669e0ddf0bb1aa2a, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\urbanairsharp\urbanairsharp.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "system.net.http.extensions, version=2.2.29.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\urbanairsharp\urbanairsharp.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "system.net.http.primitives, version=4.2.29.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\urbanairsharp\urbanairsharp.csproj] request\base\baserequest.cs(5,7): error cs0246: type or namespace name 'log4net' not found (are missing using directive or assembly reference?) [d:\home\site\repository\urbanairsharp\urbanairsharp.csproj] urbanairsharpgateway.cs(10,7): error cs0246: type or namespace name 'log4net' not found (are missing using directive or assembly reference?) [d:\home\site\repository\urbanairsharp\urbanairsharp.csproj] urbanairsharpgateway.cs(11,7): error cs0246: type or namespace name 'log4net' not found (are missing using directive or assembly reference?) [d:\home\site\repository\urbanairsharp\urbanairsharp.csproj] urbanairsharpgateway.cs(44,33): error cs0246: type or namespace name 'ilog' not found (are missing using directive or assembly reference?) [d:\home\site\repository\urbanairsharp\urbanairsharp.csproj] request\base\baserequest.cs(20,35): error cs0246: type or namespace name 'ilog' not found (are missing using directive or assembly reference?) [d:\home\site\repository\urbanairsharp\urbanairsharp.csproj] xpto.infrastructure.configuration.dto -> d:\home\site\repository\xpto.infrastructure.configuration.dto\bin\release\xpto.infrastructure.configuration.dto.dll d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "entityframework, version=6.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "entityframework.sqlserver, version=6.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "microsoft.aspnet.identity.owin, version=2.0.0.0, culture=neutral, publickeytoken=31bf3856ad364e35, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "microsoft.owin, version=3.0.1.0, culture=neutral, publickeytoken=31bf3856ad364e35, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "microsoft.owin.security, version=3.0.1.0, culture=neutral, publickeytoken=31bf3856ad364e35, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "microsoft.owin.security.cookies, version=3.0.1.0, culture=neutral, publickeytoken=31bf3856ad364e35, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "microsoft.owin.security.oauth, version=3.0.1.0, culture=neutral, publickeytoken=31bf3856ad364e35, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "newtonsoft.json, version=7.0.0.0, culture=neutral, publickeytoken=30ad4fe6b2a6aeed, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "owin, version=1.0.0.0, culture=neutral, publickeytoken=f0ebd12fd5e55cc5, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] configurationcontext.cs(2,14): error cs0234: type or namespace name 'data' not exist in namespace 'system' (are missing assembly reference?) [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] configurationcontext.cs(6,43): error cs0246: type or namespace name 'dbcontext' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] configurationcontext.cs(14,16): error cs0246: type or namespace name 'dbset<configurationdocument>' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] configurationcontext.cs(15,16): error cs0246: type or namespace name 'dbset<configurationsection>' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] configurationcontext.cs(16,16): error cs0246: type or namespace name 'dbset<configurationattribute>' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] configurationcontext.cs(18,49): error cs0246: type or namespace name 'dbmodelbuilder' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] configurationcontext.cs(18,33): error cs0115: 'configurationcontext.onmodelcreating(dbmodelbuilder)': no suitable method found override [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] migrations\configuration.cs(3,18): error cs0234: type or namespace name 'data' not exist in namespace 'system' (are missing assembly reference?) [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] migrations\configuration.cs(5,43): error cs0246: type or namespace name 'dbmigrationsconfiguration<xpto.infrastructure.configuration.data.configurationcontext>' not found (are missing using directive or assembly reference?) [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] migrations\configuration.cs(12,33): error cs0115: 'configuration.seed(configurationcontext)': no suitable method found override [d:\home\site\repository\xpto.infrastructure.configuration.data\xpto.infrastructure.configuration.data.csproj] payoneerapi -> d:\home\site\repository\payoneerapi\bin\release\payoneerapi.dll tipair.entityframework -> d:\home\site\repository\tipair.entityframework\bin\release\tipair.entityframework.dll extendedserverapi -> d:\home\site\repository\extendedserverapi\bin\release\extendedserverapi.dll nexmoapi -> d:\home\site\repository\nexmoapism\bin\release\nexmoapi.dll d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "newtonsoft.json". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\zoozpaymentapi\zoozpaymentapi.csproj] d:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1819,5): warning msb3245: not resolve reference. not locate assembly "system.net.http.formatting, version=5.2.3.0, culture=neutral, publickeytoken=31bf3856ad364e35, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. [d:\home\site\repository\zoozpaymentapi\zoozpaymentapi.csproj] authorizepayment\authorizepaymentrequest.cs(1,7): error cs0246: type or namespace name 'newtonsoft' not found (are missing using directive or assembly reference?) [d:\home\site\repository\zoozpaymentapi\zoozpaymentapi.csproj] authorizepayment\authorizepaymentresponseobject.cs(1,7): error cs0246: type or namespace name 'newtonsoft' not found (are missing using directive or assembly reference?) [d:\home\site\repository\zoozpaymentapi\zoozpaymentapi.csproj] authorizepayment\authorizepaymentresponseobject.cs(2,7): error cs0246: type or namespace name 'newtonsoft' not found (are missing using directive or assembly reference?) [d:\home\site\repository\zoozpaymentapi\zoozpaymentapi.csproj] common\fullpaymentmethod.cs(1,7): error cs0246: type or namespace name 'newtonsoft' not found (are missing using directive or assembly reference?) [d:\home\site\repository\zoozpaymentapi\zoozpaymentapi.csproj] common\paymentmethoddetails.cs(19,10): error cs0246: type or namespace name 'jsonproperty' not found (are missing using directive or assembly reference?) [d:\home\site\repository\zoozpaymentapi\zoozpaymentapi.csproj] paymentdetails\paymentdetailsresponseobject.cs(76,10): error cs0246: type or namespace name 'jsonproperty' not found (are missing using directive or assembly reference?) [d:\home\site\repository\zoozpaymentapi\zoozpaymentapi.csproj] paymentdetails\paymentdetailsresponseobject.cs(76,23): error cs0246: type or namespace name 'propertyname' not found (are missing using directive or assembly reference?) [d:\home\site\repository\zoozpaymentapi\zoozpaymentapi.csproj] failed exitcode=1, command="d:\program files (x86)\msbuild\14.0\bin\msbuild.exe" "d:\home\site\repository\tipair.adminsite\tipair.adminsite.csproj" /nologo /verbosity:m /t:build /t:pipelinepredeploycopyallfilestoonefolder /p:_packagetempdir="d:\local\temp\8d3cba35e7ed9a5";autoparameterizationwebconfigconnectionstrings=false;configuration=release;usesharedcompilation=false /p:solutiondir="d:\home\site\repository\.\\" error has occurred during web site deployment. \r\nd:\program files (x86)\siteextensions\kudu\57.50815.2378\bin\scripts\starter.cmd "d:\home\site\deployments\tools\deploy.cmd"
i removed of errors, reference problems, ones on example.
thanks, :)
from error message, seems lot of assemblies missing. type issue, suggest set copy local true via following steps:
- in solution explorer, click show files button display references node.
- open references node project. right-click reference in references list, , click properties.
- select copy local value true.
Comments
Post a Comment