Skip to content

Commit

Permalink
make building semi-automatic
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudokhvist committed Feb 11, 2019
1 parent cb37a54 commit b5a1008
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ bld/
[Ll]og/
**/out


# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
Expand Down Expand Up @@ -85,6 +86,7 @@ StyleCopReport.xml
*.pidb
*.svclog
*.scc
*.zip

# Chutzpah Test files
_Chutzpah*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<Authors>Ryzhehvost</Authors>
<AssemblyVersion>0.1</AssemblyVersion>
<TargetFrameworks>netcoreapp2.2;net472</TargetFrameworks>
<Version>1.0.1</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -14,4 +15,8 @@
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm\ArchiSteamFarm.csproj" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="echo &quot;notice me, senpai!&quot;&#xD;&#xA;echo $(TargetDir)&#xD;&#xA;mkdir $(TargetDir)CommandlessRedeem&#xD;&#xA;copy $(TargetPath) $(TargetDir)CommandlessRedeem\&#xD;&#xA;7z a -tzip -mx7 CommandlessRedeem.zip $(TargetDir)CommandlessRedeem" />
</Target>

</Project>

0 comments on commit b5a1008

Please sign in to comment.