We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca8d89 commit dfdde52Copy full SHA for dfdde52
Sdk/Sdk.csproj
@@ -51,10 +51,4 @@
51
<BuildOutputInPackage Include="@(ReferenceCopyLocalPaths)" TargetPath="%(ReferenceCopyLocalPaths.DestinationSubPath)" />
52
</ItemGroup>
53
</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>
60
</Project>
0 commit comments