Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 15f1ccb

Browse files
committed
update dot file
1 parent 5309a00 commit 15f1ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.create-nuget.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ if "%1" == "all" (
5858
call .create-stubs.bat
5959
%NUGET_EXE% restore .xamarin.forms.nuget.sln
6060
msbuild /v:m /p:platform="any cpu" .xamarin.forms.uap.nuget.sln /t:restore
61-
msbuild /v:m /p:platform="any cpu" /p:WarningLevel=0 /p:CreateAllAndroidTargets=true .xamarin.forms.nuget.sln
61+
msbuild /v:m /p:platform="any cpu" /p:WarningLevel=0 .xamarin.forms.nuget.sln
6262
)
6363
if "%1" == "rall" (
6464
set CONFIG=release
6565
call .create-stubs.bat
6666
%NUGET_EXE% restore .xamarin.forms.nuget.sln
6767
msbuild /v:m /p:platform="any cpu" .xamarin.forms.uap.nuget.sln /t:restore /p:configuration=release
68-
msbuild /v:m /p:platform="any cpu" /p:WarningLevel=0 /p:CreateAllAndroidTargets=true .xamarin.forms.nuget.sln /p:configuration=release
68+
msbuild /v:m /p:platform="any cpu" /p:WarningLevel=0 .xamarin.forms.nuget.sln /p:configuration=release
6969
)
7070

7171
if "%DEBUG_VERSION%"=="" set DEBUG_VERSION=0

0 commit comments

Comments
 (0)