We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598a13c commit 72710b5Copy full SHA for 72710b5
src/ServiceControlInstaller.PowerShell/ServiceControlInstaller.PowerShell.csproj
@@ -125,13 +125,6 @@
125
<Output TaskParameter="MajorMinorPatch" PropertyName="MajorMinorPatch" />
126
</GetVersion>
127
<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" />
135
</Target>
136
137
</Project>
0 commit comments