Skip to content

Commit

Permalink
Add src files to zip package sources Az Serverless (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuarezgx authored Jun 6, 2023
1 parent 9f9e75e commit 5682aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AzureServerless/createpackage.msbuild
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
</Target>

<Target Name="ZipDeploy" DependsOnTargets = "PrepareDeploy">
<CreateItem Include="$(DeployAppDir)\bin\**\*.*;DeployFullPath\src\**\*.*" Condition="'$(SourceFiles)'=='true'">
<CreateItem Include="$(DeployAppDir)\bin\**\*.*;$(DeployFullPath)\src\**\*.*" Condition="'$(SourceFiles)'=='true'">
<Output ItemName="ZipFiles" TaskParameter="Include"/>
</CreateItem>
<Zip ZipFileName="$(DeployFileFullPath)\$(ProjectName)_$(AZURE_SERVERLESS_FUNCTION_NAME).zip" WorkingDirectory="$(DeployFullPath)" Files="@(ZipFiles)" Condition="'$(SourceFiles)'=='true'"/>
Expand Down

0 comments on commit 5682aef

Please sign in to comment.