Skip to content

Commit

Permalink
CloudServices config not being copied for NET K8s deploy (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuarezgx authored Apr 4, 2024
1 parent aa56eb3 commit 4e0f24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Docker/createpackage.msbuild
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<RedisConfig Include="$(JavaRedisRoot)\web.xml" Condition="$(GENERATOR)=='Java'"/>
<RedisConfig Include="$(JavaRedisRoot)\redisson.yaml" Condition="$(GENERATOR)=='Java'"/>
<RedisConfig Include="$(JavaRedisRoot)\redis-data-cache.properties" Condition="$(GENERATOR)=='Java'"/>
<RedisConfig Include="$(GX_PROGRAM_DIR)\DeploymentTargets\Docker\redis\NET\*.*" Condition="'$(GENERATOR)' != 'Java'"/>
<RedisConfig Include="$(GX_PROGRAM_DIR)\DeploymentTargets\Docker\redis\$(GENERATOR)\*.*" Condition="'$(GENERATOR)' != 'Java'"/>
</ItemGroup>

<Copy SourceFiles="@(RedisConfig)" DestinationFolder="$(DeployDirectory)\redis\" Condition="'$(K8S_ENABLE_REDIS)' == 'true'" />
Expand Down

0 comments on commit 4e0f24d

Please sign in to comment.