Skip to content

Commit

Permalink
accidentally commented out zipping task
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkyAI committed Jan 7, 2021
1 parent 1a46082 commit b78ae7e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Matterbridge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,18 @@
</None>
</ItemGroup>

<!--
<Target Name="GenerateResource" AfterTargets="PostBuildEvent" Condition="'$(Configuration)' == 'Release'">
<!--
<Delete Files=".generated\**\*.*" />
<GenerateModinfo InputFilename="modinfo.json" OutputFilename=".generated\modinfo.json" Modid="$(AssemblyName)" Version="$(Version)" Description="$(Description)" Name="$(AssemblyTitle)" Author="$(Authors)" Website="$(WebPage)" />
<Message Importance="High" Text="generated .generated\modinfo.json" />
-->
</Target>

<Target Name="Package" AfterTargets="PostBuildEvent;GenerateResource" Condition="'$(Configuration)' == 'Release'">
&lt;!&ndash; <Message>version: %(Version)</Message>&ndash;&gt;
<ZipDirectory DestinationFile="bin/$(TargetName).zip" SourceDirectory="$(TargetDir)" Overwrite="true" />
</Target>
<!--
<UsingTask TaskName="GenerateModinfo" TaskFactory="RoslynCodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.Core.dll">
<ParameterGroup>
<InputFilename ParameterType="System.String" Required="true" />
Expand Down

0 comments on commit b78ae7e

Please sign in to comment.