diff --git a/sdk/Sdk/Targets/Microsoft.Azure.Functions.Worker.Sdk.targets b/sdk/Sdk/Targets/Microsoft.Azure.Functions.Worker.Sdk.targets index 4b4767cc8..403299592 100644 --- a/sdk/Sdk/Targets/Microsoft.Azure.Functions.Worker.Sdk.targets +++ b/sdk/Sdk/Targets/Microsoft.Azure.Functions.Worker.Sdk.targets @@ -149,9 +149,11 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and Overwrite="true" /> - - - + + + diff --git a/sdk/release_notes.md b/sdk/release_notes.md index 5bb97cb31..e0cb7502e 100644 --- a/sdk/release_notes.md +++ b/sdk/release_notes.md @@ -7,11 +7,12 @@ ### Microsoft.Azure.Functions.Worker.Sdk 1.15.0-preview1 -- Improve incremental build support for worker extension project inner build [#1749](https://github.com/Azure/azure-functions-dotnet-worker/pull/1749) - - Now builds to intermediate output path - adding support for `nuget.config` -- Integrate inner build with existing .NET SDK targets [##1861](https://github.com/Azure/azure-functions-dotnet-worker/pull/1861) - - Targets have been refactored to participate with `CopyToOutputDirectory` and `CopyToPublishDirectory` instead of manually copying - - Incremental build support further improved +- Improve incremental build support for worker extension project inner build (https://github.com/Azure/azure-functions-dotnet-worker/pull/1749) + - Now builds to intermediate output path +- Resolve and pass nuget restore sources as explicit property to inner build (https://github.com/Azure/azure-functions-dotnet-worker/pull/1937) +- Integrate inner build with existing .NET SDK targets (https://github.com/Azure/azure-functions-dotnet-worker/pull/1861) + - Targets have been refactored to participate with `CopyToOutputDirectory` and `CopyToPublishDirectory` instead of manually copying + - Incremental build support further improved ### Microsoft.Azure.Functions.Worker.Sdk.Analyzers (delete if not updated)