Skip to content

Commit 6fb60f5

Browse files
author
John Simons
committed
Unnecessary msbuild target
1 parent 325cf00 commit 6fb60f5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/NServiceBus.RabbitMQ/NServiceBus.RabbitMQ.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@
113113
<Import Project="$(SolutionDir)..\BuildSupport\GitVersionTask\Build\GitVersionTask.targets" />
114114
<!-- Ripple Nuget Generation -->
115115
<UsingTask TaskName="GitVersionTask.GetVersion" AssemblyFile="$(SolutionDir)..\buildsupport\GitVersionTask\GitVersionTask.dll" />
116-
<Target Name="AfterBuild" Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
117-
<GetVersion SolutionDirectory="$(SolutionDir)">
118-
<Output TaskParameter="LegacySemVerPadded" PropertyName="LegacySemVerPadded" />
119-
</GetVersion>
120-
</Target>
121116
<Import Project="..\packages\Fody.1.24.0\build\Fody.targets" Condition="Exists('..\packages\Fody.1.24.0\build\Fody.targets')" />
122117
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
123118
<PropertyGroup>

0 commit comments

Comments
 (0)