Get the name right (Shut up DNB :))

This commit is contained in:
Fish 2008-03-10 09:16:24 +00:00
parent 272eb48752
commit 06b974d05e

View file

@ -35,7 +35,7 @@
</post-processor>
<resource name="Win32" required="true" version="1"/>
<command name="Build-Core">
<executable name="MSBuild core" exe="${MSBuildPath}\MSBuild.exe" args="YatzeeServ.sln /p:Configuration=Release">
<executable name="MSBuild core" exe="${MSBuildPath}\MSBuild.exe" args="YahtzeeServ.sln /p:Configuration=Release">
<environment name="VCBUILD_DEFAULT_OPTIONS" value="/u"/>
<process processor="${checkbuild.pp}"/>
</executable>
@ -50,14 +50,14 @@
</post-processor>
<resource name="Win32" required="true" version="1"/>
<command name="Build-Core">
<executable name="MSBuild core" exe="${MSBuildPath}\MSBuild.exe" args="YatzeeServ.sln /p:Configuration=Release">
<executable name="MSBuild core" exe="${MSBuildPath}\MSBuild.exe" args="YahtzeeServ.sln /p:Configuration=Release">
<environment name="VCBUILD_DEFAULT_OPTIONS" value="/u"/>
<process processor="${checkbuild.pp}"/>
</executable>
</command>
<command name="MakeDist">
<executable name="MakeSnap" exe="${base.dir}\\win32\\buildwin32snap.bat" args="${build.revision}"/>
<artifact name="YatzeeServ Setup File" file="${base.dir}\\win32\\YatzeeServ-Setup-*.exe"/>
<artifact name="YahtzeeServ Setup File" file="${base.dir}\\win32\\YahtzeeServ-Setup-*.exe"/>
</command>
</recipe>
</project>