File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 105
105
</Target >
106
106
107
107
<Target Name =" DownloadRuntimeNugetClient" >
108
+ <Message Text =" Downloading runtime NuGet client..." Importance =" Normal" />
108
109
<DownloadNuGet OutputFileName =" $(FunctionsSiteExtensionPath)\bin\tools\nuget.exe" MinimumVersion =" 3.3.0" DownloadUrl =" https://azfunc.blob.core.windows.net/public/nuget.exe" />
109
110
</Target >
110
111
128
129
</Target >
129
130
130
131
<Target Name =" PackageWebHost" DependsOnTargets =" Build;DownloadRuntimeNugetClient" >
131
- <ItemGroup >
132
- <SiteExtensionSource Include =" $(FunctionsSiteExtensionPath)\**\*.*" />
133
- </ItemGroup >
134
132
<MSBuild Projects =" src\WebJobs.Script.WebHost\WebJobs.Script.WebHost.csproj"
135
133
Properties =" DeployOnBuild=true; PublishProfile=FileSystem" >
136
134
</MSBuild >
142
140
<!-- Create site extension package -->
143
141
<MakeDir Directories =" @(SiteExtensionPath)" />
144
142
143
+ <ItemGroup >
144
+ <SiteExtensionSource Include =" $(FunctionsSiteExtensionPath)\**\*.*" />
145
+ </ItemGroup >
146
+
145
147
<Copy SourceFiles =" @(SiteExtensionSource)" DestinationFiles =" @(SiteExtensionSource->'$(SiteExtensionPath)\%(RecursiveDir)%(Filename)%(Extension)')" />
146
148
<Copy SourceFiles =" $(ExtensionXml)" DestinationFolder =" $(SiteExtensionBasePath)" />
147
149
You can’t perform that action at this time.
0 commit comments