Skip to content

Commit 2a02cfa

Browse files
Zip-Action applies now only to Release-Configuration
1 parent 9be81e6 commit 2a02cfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CompressedFileViewer/Properties/Zip.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
33

4-
<Target Name="ZipOutDirectory" AfterTargets="Build">
4+
<Target Name="ZipOutDirectory" AfterTargets="Build" Condition=" '$(Configuration)' == 'Release' ">
55
<MakeDir Directories="$(ProjectDir)\publish\"/>
66
<ZipDirectory
77
SourceDirectory="$(OutputPath)"

0 commit comments

Comments
 (0)