Skip to content

Commit

Permalink
fixing duplicate release files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWollbrink committed Sep 6, 2023
1 parent c9f847b commit b325c26
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/AasxCsharpLibrary/AasxCsharpLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<RootNamespace>AdminShellNS</RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DefineConstants>TRACE;UseAasxCompatibilityModels</DefineConstants>
</PropertyGroup>
Expand Down
4 changes: 4 additions & 0 deletions src/AasxServerCore/AasxServerCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<PropertyGroup>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
</PropertyGroup>

<ItemGroup>
<None Remove="NLog.config" />
</ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions src/AasxServerStandardBib/AasxServerStandardBib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<UserSecretsId>ef550880-6a5f-4e0c-b634-8284f1dc5445</UserSecretsId>
</PropertyGroup>

<PropertyGroup>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;UseAasxCompatibilityModels</DefineConstants>
<DebugType>portable</DebugType>
Expand Down
3 changes: 3 additions & 0 deletions src/AasxServerWindows/AasxServerWindows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<PropertyGroup>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
</PropertyGroup>
<ItemGroup>
<None Update="AAS.xsd">
<SubType>Designer</SubType>
Expand Down
4 changes: 4 additions & 0 deletions src/jsoncanonicalizer/jsoncanonicalizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\es6numberserializer\es6numberserializer.csproj" />
</ItemGroup>
Expand Down

0 comments on commit b325c26

Please sign in to comment.