mirror of https://github.com/winsw/winsw
Rename executables being generated during the build
parent
109e34045a
commit
f21f82dfc0
|
@ -31,10 +31,10 @@ test_script:
|
|||
- ps: nunit-console 'C:/projects/winsw/src/Test/winswTests/bin/Release/winswTests.dll' 'C:/projects/winsw/src/Test/winswTests/bin/Release/SharedDirectoryMapper.dll' 'C:/projects/winsw/src/Test/winswTests/bin/Release/RunawayProcessKiller.dll'
|
||||
|
||||
artifacts:
|
||||
- path: 'src/Core/ServiceWrapper/bin/Release/winsw.exe'
|
||||
name: WinSW
|
||||
- path: 'src/Core/ServiceWrapper_dotNET4/bin/Release/winsw.exe'
|
||||
name: WinSW_dotNET4
|
||||
- path: 'src/Core/ServiceWrapper/bin/Release/WinSW.NET2.exe'
|
||||
name: WinSW.NET2.exe
|
||||
- path: 'src/Core/ServiceWrapper_dotNET4/bin/Release/WinSW.NET4.exe'
|
||||
name: WinSW.NET4.exe
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
</PropertyGroup>
|
||||
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
||||
</Target>
|
||||
<!-- Merge plugins and other DLLs into winsw.exe -->
|
||||
<!-- Merge plugins and other DLLs into the executable -->
|
||||
<UsingTask TaskName="MSBuild.Community.Tasks.ILMerge" AssemblyFile="$(SolutionDir)\packages\MSBuildTasks.1.4.0.88\tools\MSBuild.Community.Tasks.dll" />
|
||||
<Target Name="AfterBuild">
|
||||
<ItemGroup>
|
||||
|
@ -148,7 +148,7 @@
|
|||
<MergeAsm Include="$(OutputPath)log4net.dll" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<MergedAssembly>$(ProjectDir)$(OutDir)winsw.exe</MergedAssembly>
|
||||
<MergedAssembly>$(ProjectDir)$(OutDir)WinSW.NET2.exe</MergedAssembly>
|
||||
<CertificatePfxFile>$(AssemblyOriginatorKeyFile)</CertificatePfxFile>
|
||||
</PropertyGroup>
|
||||
<!-- Locate SN.EXE in Windows SDK, use the first found one-->
|
||||
|
|
|
@ -135,7 +135,7 @@
|
|||
</PropertyGroup>
|
||||
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
||||
</Target>
|
||||
<!-- Merge plugins and other DLLs into winsw.exe -->
|
||||
<!-- Merge plugins and other DLLs into the executable -->
|
||||
<UsingTask TaskName="MSBuild.Community.Tasks.ILMerge" AssemblyFile="$(SolutionDir)\packages\MSBuildTasks.1.4.0.88\tools\MSBuild.Community.Tasks.dll" />
|
||||
<Target Name="AfterBuild">
|
||||
<ItemGroup>
|
||||
|
@ -147,7 +147,7 @@
|
|||
<MergeAsm Include="$(OutputPath)log4net.dll" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<MergedAssembly>$(ProjectDir)$(OutDir)winsw.exe</MergedAssembly>
|
||||
<MergedAssembly>$(ProjectDir)$(OutDir)WinSW.NET4.exe</MergedAssembly>
|
||||
<CertificatePfxFile>$(AssemblyOriginatorKeyFile)</CertificatePfxFile>
|
||||
</PropertyGroup>
|
||||
<!-- Locate SN.EXE in Windows SDK, use the first found one-->
|
||||
|
|
Loading…
Reference in New Issue