diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index de50a1475..8588f5fb7 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -79,6 +79,8 @@ jobs: - powershell: .\build.ps1 --target=nuget --verbosity=diagnostic displayName: Run Cake Build + + - job: build_windows_vs2017_quick_and_dirty displayName: Build on Windows VS2017 Redth's Quick and Dirty pool: diff --git a/build.cake b/build.cake index 02a86627e..354a9e654 100644 --- a/build.cake +++ b/build.cake @@ -547,12 +547,14 @@ Task ("source-nuget-restore") else if (source_solution.Contains("-VS2017.sln")) { nuget_restore_settings.ToolPath = nuget_4; - NuGetRestore(source_solution, nuget_restore_settings); + //NuGetRestore(source_solution, nuget_restore_settings); + DotNetCoreRestore(source_solution); } else { nuget_restore_settings.ToolPath = nuget_5; - NuGetRestore(source_solution, nuget_restore_settings); + //NuGetRestore(source_solution, nuget_restore_settings); + DotNetCoreRestore(source_solution); } } else diff --git a/nuget/Xamarin.Auth.Extensions.nuspec b/nuget/Xamarin.Auth.Extensions.nuspec index 55078ff25..aee68d512 100644 --- a/nuget/Xamarin.Auth.Extensions.nuspec +++ b/nuget/Xamarin.Auth.Extensions.nuspec @@ -21,20 +21,22 @@ http://semver.org/ --> - 1.6.0.5 + 1.7.0.0-alpha01 - - Fix migrations from old PasswordHardCoded value to new + - FindAccountsForService throws on iOS #370 + - updates to stale projects (dependencies, targets) + - removed unsupported platforms (Windows Phone, Windows 8.x) - - https://github.com/xamarin/Xamarin.Auth/blob/master/License.md - - - https://github.com/xamarin/Xamarin.Auth - - - https://xamarin-component-icons.s3.amazonaws.com/Xamarin.Auth.png - + + https://go.microsoft.com/fwlink/?linkid=2021795&clcid=0x409 + + + https://go.microsoft.com/fwlink/?linkid=2021816&clcid=0x409 + + + https://go.microsoft.com/fwlink/?linkid=2094632&clcid=0x409 + true @@ -52,16 +54,15 @@ Android. - xamarin, - pcl, - android, monoandroid, monodroid, xamarin.android, - ios, monotouch, xamarin.ios - plugin for xamarin, plugin, - xamarin.forms, - windows phone, winphone, wp8, - wp81 - windows 8, winrt, - windows, universal, platform, windows universal platform, uwp + oauth, oauth 1, oauth 2, authentication, xamarin.auth + xamarin, + pcl, + android, monoandroid, monodroid, xamarin.android, + ios, monotouch, xamarin.ios + universal windows platform, uwp, windows 10 + plugin for xamarin, plugin, + xamarin.forms, + netstandard @@ -99,7 +100,7 @@ Core - Portable --> @@ -108,7 +109,7 @@ Xamarin.Android --> @@ -118,7 +119,7 @@ Unified --> @@ -150,5 +151,20 @@ --> + + + diff --git a/nuget/Xamarin.Auth.XamarinForms.nuspec b/nuget/Xamarin.Auth.XamarinForms.nuspec index c6fc5c092..ed68c9a8d 100644 --- a/nuget/Xamarin.Auth.XamarinForms.nuspec +++ b/nuget/Xamarin.Auth.XamarinForms.nuspec @@ -24,20 +24,22 @@ http://semver.org/ --> - 1.6.0.5 + 1.7.0.0-alpha01 - - Fix migrations from old PasswordHardCoded value to new + - FindAccountsForService throws on iOS #370 + - updates to stale projects (dependencies, targets) + - removed unsupported platforms (Windows Phone, Windows 8.x) - - https://github.com/xamarin/Xamarin.Auth/blob/master/License.md - - - https://github.com/xamarin/Xamarin.Auth - - - https://xamarin-component-icons.s3.amazonaws.com/Xamarin.Auth.png - + + https://go.microsoft.com/fwlink/?linkid=2021795&clcid=0x409 + + + https://go.microsoft.com/fwlink/?linkid=2021816&clcid=0x409 + + + https://go.microsoft.com/fwlink/?linkid=2094632&clcid=0x409 + true @@ -52,18 +54,15 @@ Android. - xamarin, - pcl, - android, monoandroid, monodroid, xamarin.android, - ios, monotouch, xamarin.ios - windows phone, winphone, wp, - windows phone 8 silverlight, winphone 8 sl, wp8 sl - windows phone 8.1 silverlight, winphone 8.1 sl, wp81 sl - windows 8.1, windows 8.1 winrt, win81 - windows phone 8.1 winrt, winphone 8.1 winrt, wpa81 - universal windows platform, uwp, windows 10 - plugin for xamarin, plugin, - xamarin.forms, + oauth, oauth 1, oauth 2, authentication, xamarin.auth + xamarin, + pcl, + android, monoandroid, monodroid, xamarin.android, + ios, monotouch, xamarin.ios + universal windows platform, uwp, windows 10 + plugin for xamarin, plugin, + xamarin.forms, + netstandard @@ -116,7 +115,7 @@ Core - Portable --> @@ -125,7 +124,7 @@ Xamarin.Android --> @@ -135,7 +134,7 @@ Unified --> @@ -248,6 +247,7 @@ │   ├── Xamarin.Auth.XamarinForms.dll │   ├── Xamarin.Auth.XamarinForms.pdb │   └── Xamarin.Auth.XamarinForms.pri + --> - --> diff --git a/nuget/Xamarin.Auth.nuspec b/nuget/Xamarin.Auth.nuspec index 7648aec93..84c133986 100644 --- a/nuget/Xamarin.Auth.nuspec +++ b/nuget/Xamarin.Auth.nuspec @@ -24,19 +24,21 @@ http://semver.org/ --> - 1.6.0.5 - + 1.7.0.0-alpha01 + - - Fix migrations from old PasswordHardCoded value to new + - FindAccountsForService throws on iOS #370 + - updates to stale projects (dependencies, targets) + - removed unsupported platforms (Windows Phone, Windows 8.x) - https://github.com/xamarin/Xamarin.Auth/blob/master/License.md + https://go.microsoft.com/fwlink/?linkid=2021795&clcid=0x409 - https://github.com/xamarin/Xamarin.Auth + https://go.microsoft.com/fwlink/?linkid=2021816&clcid=0x409 - https://xamarin-component-icons.s3.amazonaws.com/Xamarin.Auth.png + https://go.microsoft.com/fwlink/?linkid=2094632&clcid=0x409 true @@ -52,18 +54,15 @@ Android. + oauth, oauth 1, oauth 2, authentication, xamarin.auth xamarin, pcl, android, monoandroid, monodroid, xamarin.android, ios, monotouch, xamarin.ios - windows phone, winphone, wp, - windows phone 8 silverlight, winphone 8 sl, wp8 sl - windows phone 8.1 silverlight, winphone 8.1 sl, wp81 sl - windows 8.1, windows 8.1 winrt, win81 - windows phone 8.1 winrt, winphone 8.1 winrt, wpa81 universal windows platform, uwp, windows 10 plugin for xamarin, plugin, xamarin.forms, + netstandard @@ -94,8 +93,11 @@ - - + + + + + @@ -109,12 +111,12 @@ Core - .NET Standard --> @@ -122,12 +124,12 @@ Core - Portable --> @@ -136,12 +138,12 @@ Xamarin.Android --> @@ -151,12 +153,12 @@ Unified --> @@ -164,6 +166,7 @@ + + - @@ -260,7 +266,8 @@ src="output/win81/Xamarin.Auth/Xamarin.Auth.xr.xml" target="lib/win81/Xamarin.Auth/Xamarin.Auth.xr.xml" > - + + --> @@ -298,12 +305,12 @@ -->