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:
gb.luke 2010-07-09 18:03:09 +00:00
parent 5ba688d4c3
commit db536a2fbe
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -204,6 +204,9 @@
</BootstrapperPackage>
</ItemGroup>
<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.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">