We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f1779 commit f89e821Copy full SHA for f89e821
src/InEngineScheduler/InEngineScheduler.csproj
@@ -66,7 +66,9 @@
66
<None Include="Install.ps1">
67
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
68
</None>
69
- <None Include="Uninstall.ps1" />
+ <None Include="Uninstall.ps1">
70
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
71
+ </None>
72
</ItemGroup>
73
<ItemGroup>
74
<ProjectReference Include="..\InEngine.Core\InEngine.Core.csproj">
0 commit comments