Skip to content

Commit

Permalink
Fix release target
Browse files Browse the repository at this point in the history
  • Loading branch information
bburky committed Sep 17, 2021
1 parent b98b46d commit d1c8391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Playlist.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="Zip" BeforeTargets="AfterBuild">
<Target Name="Zip" BeforeTargets="AfterBuild" Condition="'$(Configuration)' == 'Release' ">
<ItemGroup>
<ZipFiles Include="README.md" />
<ZipFiles Include="LICENSE" />
Expand Down

0 comments on commit d1c8391

Please sign in to comment.