From 8acbcfac7d1e1141428cce4a1d692abd54fb07a3 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 21 Jan 2018 22:39:13 +0000 Subject: [PATCH] use test matrix for all 3 versions (netstandard, full .net and full .net with psv3) --- appveyor.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4db1569fe..6962e090d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,9 +3,15 @@ environment: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 PowerShellEdition: Desktop BuildConfiguration: Release + TargetFramework: netstandard1.6 + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 + PowerShellEdition: Desktop + BuildConfiguration: Release + TargetFramework: net451 - APPVEYOR_BUILD_WORKER_IMAGE: WMF 4 PowerShellEdition: Desktop BuildConfiguration: PSv3Release + TargetFramework: net451 # clone directory clone_folder: c:\projects\psscriptanalyzer @@ -37,10 +43,10 @@ install: build_script: - ps: | $PSVersionTable - Push-Location C:\projects\psscriptanalyzer dotnet --version - C:\projects\psscriptanalyzer\buildCoreClr.ps1 -Framework net451 -Configuration $env:BuildConfiguration -Build - C:\projects\psscriptanalyzer\build.ps1 -BuildDocs + Push-Location C:\projects\psscriptanalyzer + .\buildCoreClr.ps1 -Framework $env:TargetFramework -Configuration $env:BuildConfiguration -Build + .\build.ps1 -BuildDocs Pop-Location # branches to build