We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e386da2 commit 885c5f0Copy full SHA for 885c5f0
build/package/windows/nri-amd64-installer/Product.wxs
@@ -103,7 +103,7 @@
103
</Component>
104
</ComponentGroup>
105
<ComponentGroup Id="PluginLogConfigsComponent" Directory="PluginLogConfigsFolder">
106
- <Component Id="CMP_NRI_$(var.IntegrationName)_LOG_CONFIG_YML" Guid="f7a785c6-4b75-4a22-8a01-8f1676e0968c" Win64="no">
+ <Component Id="CMP_NRI_$(var.IntegrationName)_LOG_CONFIG_YML" Guid="f7a785c6-4b75-4a22-8a01-8f1676e0968c" Win64="yes">
107
<File Id="FILE_NRI_$(var.IntegrationName)_LOG_CONFIG_YML"
108
Name="$(var.IntegrationName)-log-win.yml.example"
109
Source="$(var.BinariesPath)New Relic\newrelic-infra\logging.d\$(var.IntegrationName)-log-win.yml.example"
0 commit comments