Skip to content

Commit d3d8bce

Browse files
committed
Comment out source code in the Foundation nuspec, and add comment to Test Utils nuspec
1 parent 26182d1 commit d3d8bce

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

Assets/MixedReality.Toolkit.Foundation.nuspec

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,30 @@
3434
<file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.dll*" target="Plugins\" />
3535
<file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.pdb*" target="Plugins\" />
3636
<file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.Gltf.*" target="Plugins\" />
37-
<file src="..\..\Assets\MixedRealityToolkit\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit" />
37+
38+
<!-- The following line is commented out because of a path length issue in nuget for unity -->
39+
<!-- <file src="..\..\Assets\MixedRealityToolkit\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit" /> -->
40+
3841

3942
<!-- Assemblies and Sources that are built from the MixedRealityToolkit.Providers folder -->
4043
<file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.Providers.*" target="Plugins\" />
41-
<file src="..\..\Assets\MixedRealityToolkit.Providers\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit.Providers" />
4244

45+
<!-- The following line is commented out because of a path length issue in nuget for unity -->
46+
<!-- <file src="..\..\Assets\MixedRealityToolkit.Providers\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit.Providers" /> -->
47+
4348
<!-- Assemblies and Sources that are built from the MixedRealityToolkit.SDK folder -->
4449
<file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.SDK.*" target="Plugins\" />
4550
<file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.SDK.Inspectors.*" target="Plugins\" />
46-
<file src="..\..\Assets\MixedRealityToolkit.SDK\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit.SDK" />
47-
51+
52+
<!-- The following line is commented out because of a path length issue in nuget for unity -->
53+
<!-- <file src="..\..\Assets\MixedRealityToolkit.SDK\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit.SDK" />-->
54+
4855
<!-- Assemblies and Sources that are built from the MixedRealityToolkit.Services folder -->
4956
<file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.Services.*" target="Plugins\" />
50-
<file src="..\..\Assets\MixedRealityToolkit.Services\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit.Services" />
5157

58+
<!-- The following line is commented out because of a path length issue in nuget for unity -->
59+
<!-- <file src="..\..\Assets\MixedRealityToolkit.Services\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit.Services" /> -->
60+
5261
<!--
5362
link.xml is copied to the root location, so that it can catch IL2CPP
5463
bytecode stripping issues for all scripts included in this package.

Assets/MixedRealityToolkit.Tests/TestUtilities/MixedReality.Toolkit.Tests.Utilities.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</contentFiles>
2222
</metadata>
2323
<files>
24-
<!-- There is nothing to include in the MRTK folder-->
24+
<!-- Keep the following line to include extra files-->
2525
<file src="**" exclude="*.nuspec;*.nuspec.meta;*.props;*.props.meta;*.targets;*.targets.meta" target="MRTK\" />
2626

2727
<!-- Reuse MixedReality.Toolkit.targets, as the MSBuild logic is the same for all MRTK nuget packages. -->

0 commit comments

Comments
 (0)