Forum member

Clement

2 posts

Posts by Clement

  1. Azure Function : build issue

    I was facing to a bigger problem than just copy some moved binaries with the azure functions targets : [code]Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'Microsoft.Azure.WebJobs.Extensions.Http, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'[/code] I…

  2. Azure Function : build issue

    [quote=arkiaconsulting;14172]I succeeded in having a Function App build within NCrunch by adding the following to the Function csproj: <Target Name="NCrunchBuild" AfterTargets="_GenerateFunctionsPostBuild" Condition=" '$(Configuration)' == 'Debug' "> <Exec Command="xcopy /y &quot;$(TargetDir)bi…