Azure-functions-vs-build-sdk: When upgrading to Azure functions 1.0.6: Unable to find Task GenerateFunctions

Created on 18 Oct 2017  路  9Comments  路  Source: Azure/azure-functions-vs-build-sdk

When I tried to upgrade to version 1.0.6 of the nuget package I wasn't able to build my Azure Functions project anymore. Kept getting "Unable to find Task 'GenerateFunctions' in assembly blah-blah".

When I reverted back to verison 1.0.5 the error was gone. I'm using Visual Studio 2017 version 15.4.0.

Most helpful comment

This is happening to me on hosted build 2017 in VSTS

All 9 comments

@HansOlavS - Can you try deleting this folder and restoring the project again,
%userprofile%.nuget\packages\microsoft.net.sdk.functions1.0.6

Looks like some files may have been missing from the restore.

Did what you said and now it's compiling just fine 馃憤

This is totally off-topic, but since I have your attention: Is there any release notes anywhere for what's new in each nuget package release? I'm actually dying to know whats new. Azure Functions move at the speed of cloud and I'm heavily invested in it, but haven't found any doc for release notes... Thx!

if you are looking for the cli release notes you can find it here - https://github.com/Azure/azure-webjobs-sdk-script/releases
For the functions build tools, it should be ideally here even though we don't have this up to date. https://github.com/Azure/azure-functions-vs-build-sdk/releases
/cc @ahmelsayed - Can we get these release notes updated for 1.0.6 as well?

Thanks, @vijayrkn! :)

@HansOlavS one thing you can do is go to /Azure/azure-functions-vs-build-sdk/compare/1.0.4...1.0.5 and that shows what changed from 1.0.4 to 1.0.5.

@vijayrkn Any explanation why there is no 1.0.6 release on the releases page and no 1.0.6 tag in the source control but there is a 1.0.6 on NuGet?

@leftler that's my fault. I make the releases and I forgot to make a tag. I'll do that

This is happening to me on hosted build 2017 in VSTS

@spelltwister did you found any solution?

Was this page helpful?
0 / 5 - 0 ratings