Skip to content

Commit

Permalink
Merge pull request #53 from argon-chat/fix/error-copy-files
Browse files Browse the repository at this point in the history
add  ErrorOnDuplicatePublishOutputFiles
  • Loading branch information
0xF6 authored Nov 16, 2024
2 parents 5436e1c + c9659db commit 4b92e24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Argon.Api/Argon.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
<UserSecretsId>b90ebea2-7ea4-447f-b92f-46da1cfd6437</UserSecretsId>
</PropertyGroup>

Expand Down
2 changes: 2 additions & 0 deletions src/Argon.Contracts/Argon.Contracts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
<UserSecretsId>b90ebea2-7ea4-447f-b92f-46da1cfd6437</UserSecretsId>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4b92e24

Please sign in to comment.