Skip to content

Commit

Permalink
Disable pack.
Browse files Browse the repository at this point in the history
  • Loading branch information
soroshsabz committed Jun 10, 2022
1 parent d995251 commit 9715eb3
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
<ProjectReference Include="..\PCLAppConfig.FileSystemStream.Abstractions\PCLAppConfig.FileSystemStream.Abstractions.csproj" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="if not exist &quot;$(SolutionDir)\build&quot; mkdir &quot;$(SolutionDir)\build&quot;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;copy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)\build\$(TargetFileName)&quot;&#xD;&#xA;&#xD;&#xA;copy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)\build\$(TargetFileName).debugTask&quot;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;rem --- NuGet pack and push ------------------------------------------------------------------------------&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;if not &quot;$(ConfigurationName)&quot;==&quot;Release&quot; goto :noRelease&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&quot;$(SolutionDir)\.nuget\NuGet.exe&quot; pack &quot;$(SolutionDir)\PCLAppConfig.nuspec&quot; -Verbosity detailed -NonInteractive -IncludeReferencedProjects -NonInteractive -Tool -Properties ConfigurationName=$(ConfigurationName) -Symbols&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;:noRelease" />
<Exec Command="if not exist &quot;$(SolutionDir)\build&quot; mkdir &quot;$(SolutionDir)\build&quot;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;copy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)\build\$(TargetFileName)&quot;&#xD;&#xA;&#xD;&#xA;copy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)\build\$(TargetFileName).debugTask&quot;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;rem --- NuGet pack and push ------------------------------------------------------------------------------&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;if not &quot;$(ConfigurationName)&quot;==&quot;Release&quot; goto :noRelease&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;:noRelease" />
</Target>

<!-- move *.nupkg &quot;$(SolutionDir)\build\&quot; -->
<!--
&quot;$(SolutionDir)\.nuget\NuGet.exe&quot; pack &quot;$(SolutionDir)\PCLAppConfig.nuspec&quot; -Verbosity detailed -NonInteractive -IncludeReferencedProjects -NonInteractive -Tool -Properties ConfigurationName=$(ConfigurationName) -Symbols
move *.nupkg &quot;$(SolutionDir)\build\&quot;
-->
</Project>

0 comments on commit 9715eb3

Please sign in to comment.