Skip to content

Commit 76a0955

Browse files
committed
fix: disable publish for Dynmap
1 parent 25c6fd0 commit 76a0955

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dynmap/Dynmap.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
<PropertyGroup>
1313
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
14+
<IsPublishable>False</IsPublishable>
1415
</PropertyGroup>
1516

1617
<ItemGroup>

DynmapImageExport.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VisualStudioVersion = 17.0.32014.148
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynmapImageExport", "DynmapImageExport\DynmapImageExport.csproj", "{9208BC5A-B06B-4736-A873-48814726BF0F}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dynmap", "Dynmap\Dynmap.csproj", "{3D323E1A-CE0C-4789-AEA0-9C2CC02878A2}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dynmap", "Dynmap\Dynmap.csproj", "{3D323E1A-CE0C-4789-AEA0-9C2CC02878A2}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)