mirror of
https://github.com/WB3000/nusdownloader.git
synced 2024-11-17 07:09:21 +01:00
Building the project will now automagically output a copy of the .exe to the "NUS Downloader/Latest/" folder - this cuts out the crud of revisioning the entire bin folder, but yet still allows linking directly to the latest executable.
IT IS NOW REALLY IMPORTANT TO BUILD BEFORE UPLOADING EVERY REVISION!
This commit is contained in:
parent
5ba688d4c3
commit
db536a2fbe
BIN
NUS Downloader/Latest/NUS Downloader.exe
Normal file
BIN
NUS Downloader/Latest/NUS Downloader.exe
Normal file
Binary file not shown.
@ -204,6 +204,9 @@
|
|||||||
</BootstrapperPackage>
|
</BootstrapperPackage>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
|
<PropertyGroup>
|
||||||
|
<PostBuildEvent>copy "$(TargetPath)" "$(ProjectDir)\Latest\"</PostBuildEvent>
|
||||||
|
</PropertyGroup>
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
<Target Name="BeforeBuild">
|
<Target Name="BeforeBuild">
|
||||||
|
Loading…
Reference in New Issue
Block a user