File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 5
5
<Nullable >disable</Nullable >
6
6
<AssemblyName >Skyline.DataMiner.Sdk</AssemblyName >
7
7
<RootNamespace >Skyline.DataMiner.Sdk</RootNamespace >
8
- <Version >0.0.1</Version >
9
8
<PackageTags >Skyline;DataMiner</PackageTags >
10
9
<PackageProjectUrl >https://skyline.be</PackageProjectUrl >
11
10
<PackageReadmeFile >README.md</PackageReadmeFile >
49
48
<BuildOutputInPackage Include =" @(ReferenceCopyLocalPaths)" TargetPath =" %(ReferenceCopyLocalPaths.DestinationSubPath)" />
50
49
</ItemGroup >
51
50
</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
-
61
51
</Project >
You can’t perform that action at this time.
0 commit comments