0

I have build a DOTNET VISUAL STUDIO 2015 project on VSTS using the following tasks/agents..

Nuget Installer, Nuget Restore, Visual Studio Build, Publish build artifact

Although the build was successful, and the following artifacts were generated,

Artifacts

So i took the zip folder in this drop and tried to deploy on azure.

However there were issues in deployment on azure.

Deploy Error

Salman
  • 1,573
  • 3
  • 13
  • 24
  • What do you mean by *i took the zip folder in this drop and tried to deploy on azure*? What **specifically** did you do? – Daniel Mann Oct 27 '18 at 17:17
  • Check if there are multiple versions of the `Newtonsoft.Json` being used in your solution. You might need to add some binding redirects, see https://stackoverflow.com/questions/17236342/newtonsoft-json-assembly-package-version-mismatch – Rui Jarimba Oct 27 '18 at 17:22
  • Also, do you have the same runtime error if you run the website in your local machine? – Rui Jarimba Oct 27 '18 at 17:23
  • @DanielMann i mean i took the contents inside the [project-name].zip folder (the .dlls and web pages etc) and tried to deploy on azure cloud. – Salman Oct 27 '18 at 18:49
  • @RuiJarimba No there were no errors in the local build. – Salman Oct 27 '18 at 18:49
  • 1
    It'd be helpful if you shared *how* you tried to 'deploy on azure cloud' – Josh Oct 27 '18 at 21:27

0 Answers0