Skip to content

Commit fcc4cd5

Browse files
committed
fix: 修复ps1已被删除但依然尝试复制的bug
1 parent 2080387 commit fcc4cd5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

MFAAvalonia/MFAAvalonia.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,11 @@
212212
CopyToPublishDirectory="PreserveNewest">
213213
<Link>DependencySetup_依赖库安装_win.bat</Link>
214214
</Content>
215-
<Content Include="InstallRuntime.ps1"
216-
Condition="$([System.String]::Copy('$(RuntimeIdentifier)').StartsWith('win'))"
217-
CopyToPublishDirectory="PreserveNewest">
218-
<Link>InstallRuntime.ps1</Link>
219-
</Content>
215+
<!-- <Content Include="InstallRuntime.ps1"-->
216+
<!-- Condition="$([System.String]::Copy('$(RuntimeIdentifier)').StartsWith('win'))"-->
217+
<!-- CopyToPublishDirectory="PreserveNewest">-->
218+
<!-- <Link>InstallRuntime.ps1</Link>-->
219+
<!-- </Content>-->
220220

221221
<!-- Linux 脚本:匹配 linux-x64 或 linux-arm64 -->
222222
<Content Include="DependencySetup_依赖库安装_linux.sh"

0 commit comments

Comments
 (0)