Skip to content

Commit f89e821

Browse files
committed
Copy uninstall script to build directory for packaging
1 parent 04f1779 commit f89e821

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/InEngineScheduler/InEngineScheduler.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@
6666
<None Include="Install.ps1">
6767
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6868
</None>
69-
<None Include="Uninstall.ps1" />
69+
<None Include="Uninstall.ps1">
70+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
71+
</None>
7072
</ItemGroup>
7173
<ItemGroup>
7274
<ProjectReference Include="..\InEngine.Core\InEngine.Core.csproj">

0 commit comments

Comments
 (0)