fix semicolon
authorHyeongseok Oh <hseok82.oh@samasung.com>
Tue, 6 Dec 2016 09:33:52 +0000 (18:33 +0900)
committerHyeongseok Oh <hseok82.oh@samasung.com>
Tue, 6 Dec 2016 09:33:52 +0000 (18:33 +0900)
Commit migrated from https://github.com/dotnet/coreclr/commit/ee20b696b34118a55fad92d095e74f6e629efe18

src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/ubuntu/14.04/Microsoft.NETCore.ILDAsm.pkgproj

index 9f98961..e087645 100644 (file)
@@ -5,7 +5,7 @@
     <SkipPackageFileCheck>true</SkipPackageFileCheck>
     <PackageTargetRuntime>ubuntu.14.04-$(PackagePlatform)</PackageTargetRuntime>
     <!-- build for x64, arm -->
-    <PackagePlatforms>x64;arm</PackagePlatforms>
+    <PackagePlatforms>x64;arm;</PackagePlatforms>
   </PropertyGroup>
   <ItemGroup>
     <NativeSplittableBinary Include="$(BinDir)ildasm" />