Skip to content

Commit 72710b5

Browse files
author
Greg Bielleman
committed
Fixed packaging
1 parent 598a13c commit 72710b5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/ServiceControlInstaller.PowerShell/ServiceControlInstaller.PowerShell.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,6 @@
125125
<Output TaskParameter="MajorMinorPatch" PropertyName="MajorMinorPatch" />
126126
</GetVersion>
127127
<FileUpdate Files="@(PSModuleFile)" Regex="{{Version}}" ReplacementText="$(MajorMinorPatch)" />
128-
129-
<ItemGroup>
130-
<OutputFiles Include="..\..\zip\*.zip" />
131-
<ExistingZipsToRemove Include="$(OutputPath)*.zip" />
132-
</ItemGroup>
133-
<Delete Files="@(ExistingZipsToRemove)" />
134-
<Copy SourceFiles="@(OutputFiles)" DestinationFolder="$(OutputPath)" SkipUnchangedFiles="false" />
135128
</Target>
136129

137130
</Project>

0 commit comments

Comments
 (0)