Skip to content

Commit dc942ac

Browse files
committed
Disable pack on build.
Temporarily.
1 parent ea51e7c commit dc942ac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

AspNetCoreAnalyzers/AspNetCoreAnalyzers.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@
2828
<PackageReleaseNotes></PackageReleaseNotes>
2929
</PropertyGroup>
3030

31+
<!--
3132
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3233
<Exec Command=".paket\paket.exe pack publish" WorkingDirectory="$(SolutionDir)" />
3334
</Target>
35+
-->
3436

3537
<Import Project="..\.paket\Paket.Restore.targets" />
3638
</Project>

0 commit comments

Comments
 (0)