We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0689c97 commit fced285Copy full SHA for fced285
dotnet/src/extensions/Azure/Handlers/GeneXus.Deploy.AzureFunctions.Handlers.csproj
@@ -18,6 +18,7 @@
18
<HttpSupport>true</HttpSupport>
19
<BlobSupport>true</BlobSupport>
20
<EventGridSupport>true</EventGridSupport>
21
+ <IntegratedSecuritySupport>true</IntegratedSecuritySupport>
22
</PropertyGroup>
23
24
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
@@ -67,7 +68,7 @@
67
68
</ItemGroup>
69
70
<ItemGroup>
- <Compile Include="GAMAzureFunctions\GAMFunctions.cs" />
71
+ <Compile Include="GAMAzureFunctions\GAMFunctions.cs" Condition="'$(IntegratedSecuritySupport)' == 'true'" />
72
<Compile Include="HttpHandler\GXHttpAzureContextAccessor.cs" />
73
<Compile Include="HttpHandler\RedisHttpSession.cs" />
74
0 commit comments