Skip to content

Commit

Permalink
Fixed small bug in post build event that created folders. Added Relea…
Browse files Browse the repository at this point in the history
…se 0.2
  • Loading branch information
boranblok committed Aug 24, 2015
1 parent d991bdf commit f4a1659
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
Binary file added Releases/0.2.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@
<Link>App.Release.config</Link>
<DependentUpon>App.config</DependentUpon>
</None>
<None Include="init.d.sh" />
<None Include="init.d.sh">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="UninstallService.cmd">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down Expand Up @@ -152,7 +154,7 @@
<Copy Condition="Exists('$(DeployedConfig)')" SourceFiles="$(IntermediateOutputPath)$(TargetFileName).config" DestinationFiles="$(DeployedConfig)" />
</Target>
<PropertyGroup>
<PostBuildEvent>if not exist log\ mkdir logs\
<PostBuildEvent>if not exist logs\ mkdir logs\
if not exist watch\ mkdir watch\
if not exist working\ mkdir working\
if not exist backup\ mkdir backup\
Expand Down
2 changes: 1 addition & 1 deletion nntpAutoposter/PackageRelease.cmd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7z a ..\..\..\Releases\0.1.zip *
7z a ..\..\..\Releases\0.2.zip *
2 changes: 1 addition & 1 deletion nntpAutoposter/nntpAutoposter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
<Copy Condition="Exists('$(DeployedConfig)')" SourceFiles="$(IntermediateOutputPath)$(TargetFileName).config" DestinationFiles="$(DeployedConfig)" />
</Target>
<PropertyGroup>
<PostBuildEvent>if not exist log\ mkdir logs\
<PostBuildEvent>if not exist logs\ mkdir logs\
if not exist watch\ mkdir watch\
if not exist working\ mkdir working\
if not exist backup\ mkdir backup\
Expand Down
1 change: 1 addition & 0 deletions nntpPoster.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Releases", "Releases", "{4124926C-540C-4AED-BEC4-39C8842F492D}"
ProjectSection(SolutionItems) = preProject
Releases\0.1.zip = Releases\0.1.zip
Releases\0.2.zip = Releases\0.2.zip
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nntpAutoPosterWindowsService", "nntpAutoPosterWindowsService\nntpAutoPosterWindowsService.csproj", "{523CACA4-A579-45D1-84F9-A3A9695D21BD}"
Expand Down

0 comments on commit f4a1659

Please sign in to comment.