fix: Fixes publishing with build tool (#2398)
This commit is contained in:
parent
7c8d02e63a
commit
4c62bccb73
3 changed files with 10 additions and 9 deletions
|
|
@ -31,10 +31,12 @@
|
|||
<GitVersionBaseDirectory>$(SolutionDir)</GitVersionBaseDirectory>
|
||||
<PredefinedCulturesOnly>false</PredefinedCulturesOnly>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(RuntimeIdentifier)'==''">
|
||||
<DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
|
||||
<SelfContained>false</SelfContained>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
<InvariantGlobalization>false</InvariantGlobalization>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(IsWindows)'=='true' AND '$(IsX64)'=='true' AND '$(RuntimeIdentifier)'==''">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue