Merge pull request #214 from onovotny/patch-1

Fix restore / build issue
This commit is contained in:
Matthew Leibowitz 2018-04-26 13:44:47 +02:00 коммит произвёл GitHub
Родитель d73e0b4a01 0414663804
Коммит fded9d98c9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@ if ($IsMacOS) {
Write-Output "Using MSBuild from: $msbuild"
# Build the projects
& $msbuild "./Xamarin.Essentials.sln" /t:"Restore;Build" /p:Configuration=Release
& $msbuild "./Xamarin.Essentials.sln" /restore /t:Build /p:Configuration=Release
if ($lastexitcode -ne 0) { exit $lastexitcode; }
# Create the stable NuGet package