From 9b274ce3596c806a320e3798e6120c9dd0b2a811 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Sun, 18 Mar 2018 12:29:52 +0000 Subject: [PATCH 1/2] Remove build.cmd --- build.cmd | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 build.cmd diff --git a/build.cmd b/build.cmd deleted file mode 100644 index 8b73e3e3e..000000000 --- a/build.cmd +++ /dev/null @@ -1,27 +0,0 @@ -@echo off -setlocal -if "%VS140COMNTOOLS%"=="" GOTO VS12TOOLS -call "%VS140COMNTOOLS%\VsDevCmd.bat" -GOTO BUILD - -:VS12TOOLS -if "%VS120COMNTOOLS%"=="" GOTO NOTOOLS -call "%VS120COMNTOOLS%\VsDevCmd.bat" - -:BUILD -set solutionPath=%1 -set configuration=%2 -set target=%3 -if "%target%" == "clean" GOTO CLEAN -msbuild %solutionPath% /p:Configuration=%configuration% /l:FileLogger,Microsoft.Build.Engine;logfile=PSScriptAnalyzer_Build.log;append=true -GOTO END - -:CLEAN -msbuild .\PSScriptAnalyzer.sln /p:Configuration=%configuration% /t:clean /l:FileLogger,Microsoft.Build.Engine;logfile=PSScriptAnalyzer_Build.log;append=true -GOTO END - -:NOTOOLS -echo The Visual Studio 2013/2015 tools are not installed - -:END -endlocal \ No newline at end of file From 77d54806cafc579c5c55ac34797270a54fdf225f Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Sun, 18 Mar 2018 12:31:01 +0000 Subject: [PATCH 2/2] enable build on fork --- appveyor.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9e5302718..6d81dff20 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,9 +3,6 @@ environment: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 PowerShellEdition: Desktop BuildConfiguration: Release - - APPVEYOR_BUILD_WORKER_IMAGE: WMF 4 - PowerShellEdition: Desktop - BuildConfiguration: PSv3Release # clone directory clone_folder: c:\projects\psscriptanalyzer @@ -58,13 +55,6 @@ build_script: C:\projects\psscriptanalyzer\build.ps1 -BuildDocs Pop-Location -# branches to build -branches: - # whitelist - only: - - master - - development - # Run Pester tests and store the results test_script: - SET PATH=c:\Program Files\WindowsPowerShell\Modules\;%PATH%;