Skip to content

Commit dfdde52

Browse files
committed
Remove debug part
1 parent eca8d89 commit dfdde52

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Sdk/Sdk.csproj

-6
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,4 @@
5151
<BuildOutputInPackage Include="@(ReferenceCopyLocalPaths)" TargetPath="%(ReferenceCopyLocalPaths.DestinationSubPath)" />
5252
</ItemGroup>
5353
</Target>
54-
55-
<Target Name="LocalTesting" AfterTargets="Pack" Condition="'$(Configuration)' == 'Debug'">
56-
<RemoveDir Directories="$(USERPROFILE)\.nuget\packages\skyline.dataminer.sdk\$(PackageVersion)" />
57-
<Copy SourceFiles="$(MSBuildProjectDirectory)\$(BaseOutputPath)$(Configuration)\$(AssemblyName).$(PackageVersion).nupkg" DestinationFolder="$(USERPROFILE)\Documents\MyNugets" />
58-
<Message Text="### Finished copying new package. ###" Importance="High" />
59-
</Target>
6054
</Project>

0 commit comments

Comments
 (0)