腾讯镜像查询调整

This commit is contained in:
jianzhichu
2025-12-31 15:52:57 +08:00
parent 214d1259f4
commit b9b3731bbe
5 changed files with 16 additions and 12 deletions
+6 -6
View File
@@ -77,12 +77,6 @@
<None Include="dy.net.sln" />
</ItemGroup>
<ItemGroup>
<Reference Include="dy.sync.lib">
<HintPath>lib\dy.sync.lib.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<None Update="Dockerfile">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
@@ -102,6 +96,12 @@
<Folder Include="db\" />
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<Reference Include="dy.sync.lib">
<HintPath>lib\dy.sync.lib.dll</HintPath>
</Reference>
</ItemGroup>
<Target Name="PublishRunWebpack" AfterTargets="ComputeFilesToPublish">
<!-- As part of publishing, ensure the JS resources are freshly built in production mode -->
<!--<Exec WorkingDirectory="$(SpaRoot)" Command="yarn install" />