Skip to content

Commit

Permalink
Cherry pick branch 'genexuslabs:Java_AzureFunc_Fixes' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabrina Juarez Garcia authored and Beta Bot committed Jan 13, 2025
1 parent 86ba0f2 commit cf13851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Common/Azure/azurefunctions-create-Javapackage.targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<Target Name="PreValidate" Condition="'$(GENERATOR)' == 'Java'">
<Message Text="Start Create Package for $(ApplicationType)" Importance="high"/>
<Error Text ="Blob Azure functions not supported for this platform yet." Condition="'$(AZURE_FUNCTIONS_TRIGGER_TYPE)' == 'blobstorage'" />
<PropertyGroup>
<!-- ApplicationType Web or Function -->
<AzureTemporalDir>$(DeployFullPath)/azuredeploy</AzureTemporalDir>
Expand Down

0 comments on commit cf13851

Please sign in to comment.