From: WonYoung Choi Date: Thu, 11 May 2017 01:19:23 +0000 (+0900) Subject: Add TizenPlatformPackages list for force generating ref asm X-Git-Tag: submit/tizen/20170511.012043~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad7c8870aeb7af7fb223a76aaa9e9c049ddb117c;p=platform%2Fcore%2Fdotnet%2Fbuild-tools.git Add TizenPlatformPackages list for force generating ref asm Change-Id: Ic9db56bb2eaa6136842beef1c9a506a9f7517797 --- diff --git a/Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets b/Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets index 26e87232..0cdb5168 100644 --- a/Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets +++ b/Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets @@ -1,5 +1,10 @@ + + + <__ToolsDir>/usr/share/dotnet-build-tools + + false @@ -14,7 +19,7 @@ $(_ShortTargetFrameworkIdentifier)$(_TargetFrameworkVersionWithoutV) - + $(NoWarn);1591 @@ -23,6 +28,7 @@ $(BuildDependsOn); + __CheckTizenPlatformPackages; __GenerateReferenceAssembly; __AppendNuGetAssemblyFiles; @@ -39,7 +45,7 @@ <_GenAPITargetSourcePath>$(_GenAPITargetDir)/$(TargetName).cs <_GenAPITargetAssemblyInfoPath>$(_GenAPITargetDir)/$(TargetName).AssemblyInfo.cs <_GenAPITargetAssemblyPath>$(_GenAPITargetDir)/$(TargetName).dll - <_GenAPIPath Condition="'$(_GenAPIPath)' == ''">/usr/share/dotnet-build-tools/GenAPI/GenAPI.exe + <_GenAPIPath Condition="'$(_GenAPIPath)' == ''">$(__ToolsDir)/GenAPI/GenAPI.exe <_GenAPICommand>dotnet $(_GenAPIPath) @@ -58,14 +64,15 @@ - - - ref/$(TargetFramework) - - - ref/$(TargetFramework) - - + + + + + + + true + + @@ -128,6 +135,15 @@ Outputs="$(_GenAPITargetAssemblyPath)" DependsOnTargets="__GenerateReferenceAssemblySource;__GenerateAssemblyInfoSource"> + + + ref/$(TargetFramework) + + + ref/$(TargetFramework) + + +