Skip to content

Commit 9d32523

Browse files
committed
temp
1 parent 643dd38 commit 9d32523

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Sdk/Sdk.csproj

-10
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<Nullable>disable</Nullable>
66
<AssemblyName>Skyline.DataMiner.Sdk</AssemblyName>
77
<RootNamespace>Skyline.DataMiner.Sdk</RootNamespace>
8-
<Version>0.0.1</Version>
98
<PackageTags>Skyline;DataMiner</PackageTags>
109
<PackageProjectUrl>https://skyline.be</PackageProjectUrl>
1110
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -49,13 +48,4 @@
4948
<BuildOutputInPackage Include="@(ReferenceCopyLocalPaths)" TargetPath="%(ReferenceCopyLocalPaths.DestinationSubPath)" />
5049
</ItemGroup>
5150
</Target>
52-
53-
<!-- Temporarily for testing locally -->
54-
<Target Name="FixNuGet" AfterTargets="Pack" Condition=" '$(Configuration)' == 'Debug'">
55-
<RemoveDir Directories="C:\Users\MichielOD\.nuget\packages\skyline.dataminer.sdk" />
56-
<Copy SourceFiles="$(MSBuildProjectDirectory)\$(BaseOutputPath)$(Configuration)\$(AssemblyName).$(PackageVersion).nupkg" DestinationFolder="C:\Users\MichielOD\Documents\MyNugets" />
57-
58-
<Message Text="### Did the thing! ###" Importance="High" />
59-
</Target>
60-
6151
</Project>

0 commit comments

Comments
 (0)