Forum member
Clement
2 posts
Posts by Clement
-
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…
10 Mar 2020 14:41 UTC
-
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 "$(TargetDir)bi…
21 Feb 2020 08:17 UTC