Skip to content

Commit fced285

Browse files
author
sjuarez
committed
Check IntegratedSecuritySupport property to compile GAM functions
1 parent 0689c97 commit fced285

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dotnet/src/extensions/Azure/Handlers/GeneXus.Deploy.AzureFunctions.Handlers.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<HttpSupport>true</HttpSupport>
1919
<BlobSupport>true</BlobSupport>
2020
<EventGridSupport>true</EventGridSupport>
21+
<IntegratedSecuritySupport>true</IntegratedSecuritySupport>
2122
</PropertyGroup>
2223

2324
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
@@ -67,7 +68,7 @@
6768
</ItemGroup>
6869

6970
<ItemGroup>
70-
<Compile Include="GAMAzureFunctions\GAMFunctions.cs" />
71+
<Compile Include="GAMAzureFunctions\GAMFunctions.cs" Condition="'$(IntegratedSecuritySupport)' == 'true'" />
7172
<Compile Include="HttpHandler\GXHttpAzureContextAccessor.cs" />
7273
<Compile Include="HttpHandler\RedisHttpSession.cs" />
7374
</ItemGroup>

0 commit comments

Comments
 (0)