Apply %dotnet rpm macros 08/108808/1 submit/tizen/20170106.011659
authorWonYoung Choi <wy80.choi@samsung.com>
Fri, 6 Jan 2017 01:13:08 +0000 (10:13 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Fri, 6 Jan 2017 01:13:08 +0000 (10:13 +0900)
Change-Id: Ide0830fd3298c64aeb02c585a6e708a8e7bfb0fb

packaging/xamarin-forms-extension.spec

index 6430431..4afa00c 100644 (file)
@@ -38,8 +38,8 @@ cp %{SOURCE1} .
 
 %build
 # Build
-nuget restore %{Solution}
-xbuild %{Solution} /p:Configuration=%{_dotnet_build_conf}
+%dotnet_restore %{Solution}
+%dotnet_build %{Solution}
 
 # Pack
 %dotnet_pack %{Project}.nuspec %{NUPKG_VERSION}