Skip to content

Commit 0fb9510

Browse files
committed
build: Remove SignAssembly for now
1 parent 2166b2e commit 0fb9510

File tree

13 files changed

+0
-26
lines changed

13 files changed

+0
-26
lines changed

src/Atc.Installer.Integration.Azure/Atc.Installer.Integration.Azure.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
55
<IsPackable>false</IsPackable>
6-
<SignAssembly>True</SignAssembly>
7-
<AssemblyOriginatorKeyFile>..\..\Atc.snk</AssemblyOriginatorKeyFile>
86
</PropertyGroup>
97

108
<ItemGroup>

src/Atc.Installer.Integration.ElasticSearch/Atc.Installer.Integration.ElasticSearch.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
55
<IsPackable>false</IsPackable>
6-
<SignAssembly>True</SignAssembly>
7-
<AssemblyOriginatorKeyFile>..\..\Atc.snk</AssemblyOriginatorKeyFile>
86
</PropertyGroup>
97

108
<ItemGroup>

src/Atc.Installer.Integration.InternetInformationServer/Atc.Installer.Integration.InternetInformationServer.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
55
<IsPackable>false</IsPackable>
6-
<SignAssembly>True</SignAssembly>
7-
<AssemblyOriginatorKeyFile>..\..\Atc.snk</AssemblyOriginatorKeyFile>
86
</PropertyGroup>
97

108
<ItemGroup>

src/Atc.Installer.Integration.PostgreSql/Atc.Installer.Integration.PostgreSql.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
55
<IsPackable>false</IsPackable>
6-
<SignAssembly>True</SignAssembly>
7-
<AssemblyOriginatorKeyFile>..\..\Atc.snk</AssemblyOriginatorKeyFile>
86
</PropertyGroup>
97

108
<ItemGroup>

src/Atc.Installer.Integration.WindowsApplication/Atc.Installer.Integration.WindowsApplication.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
55
<IsPackable>false</IsPackable>
6-
<SignAssembly>True</SignAssembly>
7-
<AssemblyOriginatorKeyFile>..\..\Atc.snk</AssemblyOriginatorKeyFile>
86
</PropertyGroup>
97

108
<ItemGroup>

src/Atc.Installer.Integration/Atc.Installer.Integration.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
55
<IsPackable>false</IsPackable>
6-
<SignAssembly>True</SignAssembly>
7-
<AssemblyOriginatorKeyFile>..\..\Atc.snk</AssemblyOriginatorKeyFile>
86
</PropertyGroup>
97

108
<ItemGroup>

src/Atc.Installer.Wpf.App/Atc.Installer.Wpf.App.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1313
<ApplicationManifest>app.manifest</ApplicationManifest>
1414
<ApplicationIcon>Resources\AppIcon.ico</ApplicationIcon>
15-
<SignAssembly>True</SignAssembly>
16-
<AssemblyOriginatorKeyFile>..\..\Atc.snk</AssemblyOriginatorKeyFile>
1715
</PropertyGroup>
1816

1917
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

src/Atc.Installer.Wpf.ComponentProvider.ElasticSearch/Atc.Installer.Wpf.ComponentProvider.ElasticSearch.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<UseWPF>true</UseWPF>
66
<IsPackable>false</IsPackable>
77
<IsPublishable>false</IsPublishable>
8-
<SignAssembly>True</SignAssembly>
9-
<AssemblyOriginatorKeyFile>..\..\Atc.snk</AssemblyOriginatorKeyFile>
108
</PropertyGroup>
119

1210
<ItemGroup>

src/Atc.Installer.Wpf.ComponentProvider.InternetInformationServer/Atc.Installer.Wpf.ComponentProvider.InternetInformationServer.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<UseWPF>true</UseWPF>
66
<IsPackable>false</IsPackable>
77
<IsPublishable>false</IsPublishable>
8-
<SignAssembly>True</SignAssembly>
9-
<AssemblyOriginatorKeyFile>..\..\Atc.snk</AssemblyOriginatorKeyFile>
108
</PropertyGroup>
119

1210
<ItemGroup>

src/Atc.Installer.Wpf.ComponentProvider.PostgreSql/Atc.Installer.Wpf.ComponentProvider.PostgreSql.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<UseWPF>true</UseWPF>
66
<IsPackable>false</IsPackable>
77
<IsPublishable>false</IsPublishable>
8-
<SignAssembly>True</SignAssembly>
9-
<AssemblyOriginatorKeyFile>..\..\Atc.snk</AssemblyOriginatorKeyFile>
108
</PropertyGroup>
119

1210
<ItemGroup>

src/Atc.Installer.Wpf.ComponentProvider.WindowsApplication/Atc.Installer.Wpf.ComponentProvider.WindowsApplication.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<UseWPF>true</UseWPF>
66
<IsPackable>false</IsPackable>
77
<IsPublishable>false</IsPublishable>
8-
<SignAssembly>True</SignAssembly>
9-
<AssemblyOriginatorKeyFile>..\..\Atc.snk</AssemblyOriginatorKeyFile>
108
</PropertyGroup>
119

1210
<ItemGroup>

src/Atc.Installer.Wpf.ComponentProvider/Atc.Installer.Wpf.ComponentProvider.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<UseWPF>true</UseWPF>
66
<IsPackable>false</IsPackable>
77
<IsPublishable>false</IsPublishable>
8-
<SignAssembly>True</SignAssembly>
9-
<AssemblyOriginatorKeyFile>..\..\Atc.snk</AssemblyOriginatorKeyFile>
108
</PropertyGroup>
119

1210
<ItemGroup>

test/Atc.Installer.Integration.WindowsApplication.Tests/Atc.Installer.Integration.WindowsApplication.Tests.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<TargetFramework>net7.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<IsTestProject>true</IsTestProject>
7-
<SignAssembly>True</SignAssembly>
8-
<AssemblyOriginatorKeyFile>..\..\Atc.snk</AssemblyOriginatorKeyFile>
97
</PropertyGroup>
108

119
<ItemGroup>

0 commit comments

Comments
 (0)