Skip to content

Commit a4ec92f

Browse files
committed
Skip signing of i18n-gen
1 parent 0b4aaf4 commit a4ec92f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

core/i18n-gen/i18n-gen.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<LangVersion>9.0</LangVersion>
66
<RootNamespace>i18n_gen</RootNamespace>
77
<UseWindowsForms>True</UseWindowsForms>
8+
<SignOutput>false</SignOutput>
89
</PropertyGroup>
910

1011
<ItemGroup>

core/i18n-gen/i18n-gen.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
AssemblyFile="$(i18n_gen_dll)"
1111
TaskFactory="TaskHostFactory" />
1212

13-
<ItemGroup>
13+
<ItemGroup Condition="'$(BuildingInsideVisualStudio)'=='true'">
1414
<ProjectReference Include="$(MSBuildThisFileDirectory)i18n-gen.csproj"
1515
OutputItemType="Analyzer"
1616
ReferenceOutputAssembly="False"

0 commit comments

Comments
 (0)