From 177392a206d4da0ac42886bbbd632fef51017f64 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Sun, 16 Jun 2019 09:17:43 +0100 Subject: [PATCH 1/4] Update .Net Core SDK to 2.2.300 to fix AppVeyor Ubuntu build --- README.md | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b1abbb4b..ed7289ca0 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Note: the PSScriptAnalyzer Chocolatey package is provided and supported by the c #### Requirements -* [.NET Core 2.2.104 SDK](https://www.microsoft.com/net/download/dotnet-core/2.2#sdk-2.2.104) or newer patch release +* [.NET Core 2.2.300 SDK](https://www.microsoft.com/net/download/dotnet-core/2.2#sdk-2.2.300) or newer patch release * [PlatyPS 0.13.0 or greater](https://github.com/PowerShell/platyPS/releases) * Optionally but recommended for development: [Visual Studio 2017](https://www.visualstudio.com/downloads/) diff --git a/global.json b/global.json index 26f089f55..8846cfb47 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.2.104" + "version": "2.2.300" } } From 0b35fbb7e87d76cb0aaf2bf632ba75438cefb0be Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Sun, 16 Jun 2019 09:43:39 +0100 Subject: [PATCH 2/4] Try add ubuntu 1804 image --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index d3f02b1be..70f1ed0e4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,6 +12,8 @@ environment: PSVersion: 4 - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu PowerShellEdition: PowerShellCore + - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804 + PowerShellEdition: PowerShellCore # cache Nuget packages and dotnet CLI cache cache: From e93e75d2c75dbb15334264acdaafc2768a6e1eaa Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Sun, 16 Jun 2019 12:18:12 +0100 Subject: [PATCH 3/4] Try 2.2.107 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 8846cfb47..0999d1405 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.2.300" + "version": "2.2.107" } } From 702ab8b0cccf6b7e2933a7dd0bc1839cc5e8f443 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Sat, 22 Jun 2019 08:09:45 +0100 Subject: [PATCH 4/4] Revert "Try 2.2.107" This reverts commit e93e75d2c75dbb15334264acdaafc2768a6e1eaa. --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 0999d1405..8846cfb47 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.2.107" + "version": "2.2.300" } }