File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
- os :
2
- - " Visual Studio 2015"
1
+ environment :
2
+ matrix :
3
+ - APPVEYOR_BUILD_WORKER_IMAGE : WMF 5
4
+ PowerShellEdition : Desktop
5
+ BuildConfiguration : Release
6
+ - APPVEYOR_BUILD_WORKER_IMAGE : WMF 4
7
+ PowerShellEdition : Desktop
8
+ BuildConfiguration : PSv3Release
3
9
4
10
# clone directory
5
11
clone_folder : c:\projects\psscriptanalyzer
@@ -15,9 +21,10 @@ install:
15
21
16
22
build_script :
17
23
- ps : |
24
+ $PSVersionTable
18
25
Push-Location C:\projects\psscriptanalyzer
19
26
dotnet restore
20
- C:\projects\psscriptanalyzer\buildCoreClr.ps1 -Framework net451 -Configuration Release -Build
27
+ C:\projects\psscriptanalyzer\buildCoreClr.ps1 -Framework net451 -Configuration $env:BuildConfiguration -Build
21
28
C:\projects\psscriptanalyzer\build.ps1 -BuildDocs
22
29
Pop-Location
23
30
You can’t perform that action at this time.
0 commit comments