File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
141
141
<!-- For publish we have very little targets. Either:
142
142
1) It is a publish with build, in which case _FunctionsInnerBuild will already be ran.
143
143
2) It is publish no-build, in which case we assume everything is as expected in the output directory already. -->
144
- <Target Name =" _FunctionsInnerPublish" BeforeTargets =" GetCopyToPublishDirectoryItems" DependsOnTargets =" _FunctionsExtensionAssignTargetPaths" />
144
+ <Target Name =" _FunctionsInnerPublish" BeforeTargets =" GetCopyToPublishDirectoryItems" DependsOnTargets =" _FunctionsPreBuild;_WorkerExtensionsBuild; _FunctionsExtensionAssignTargetPaths" />
145
145
146
146
<!-- Invoke restore on WorkerExtension.csproj.
147
147
We depend on _GetRestoreSettings, which is a task from nuget targets that will resolve various nuget restore settings.
@@ -154,6 +154,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
154
154
<Target Name =" _WorkerExtensionsBuild" >
155
155
<PropertyGroup >
156
156
<_WorkerExtensionTarget >Build</_WorkerExtensionTarget >
157
+ <_WorkerExtensionTarget Condition =" '$(NoBuild)' == 'true'" >GetTargetPath</_WorkerExtensionTarget >
157
158
<_WorkerExtensionProperties >Configuration=Release;$(_FunctionsExtensionCommonProps)</_WorkerExtensionProperties >
158
159
</PropertyGroup >
159
160
Original file line number Diff line number Diff line change 4
4
- My change description (#PR/#issue)
5
5
-->
6
6
7
- ### Microsoft.Azure.Functions.Worker.Sdk < version >
7
+ ### Microsoft.Azure.Functions.Worker.Sdk 2.0.4
8
8
9
- - < entry >
9
+ - Address issue with ` dotnet publish --no-build ` producing an error. ( # 3068 )
10
10
11
11
### Microsoft.Azure.Functions.Worker.Sdk.Generators <version >
12
12
You can’t perform that action at this time.
0 commit comments