Skip to content

wrong destination path, not running with azure-function,  #2

@AndyG74

Description

@AndyG74

the wkhtmltopdf binaries will be copyed in a wrong folder.

DestinationFiles="$(OutDir)\wkhtmltopdf<plattform><bitness>\wkhtmltopdf" is not ok for AzureFunction.

it must be:
DestinationFiles="$(OutDir)\bin\wkhtmltopdf<plattform><bitness>\wkhtmltopdf"

the start of any azurefunction is "../bin/court4u.AzureFunction.dll"
image

but the binaries not copyed in the correct bin-folder
image

do you can fix this? or do you have any workaround?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions