File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
os :
2
- - " WMF 5"
3
2
- " Visual Studio 2015"
4
- - " Windows Server 2012"
5
3
6
4
# clone directory
7
5
clone_folder : c:\projects\psscriptanalyzer
@@ -13,13 +11,11 @@ install:
13
11
14
12
build_script :
15
13
- ps : |
16
- $buildConfig = 'Release'
17
- if ($PSVersionTable.PSVersion -lt [Version]'5.0')
18
- {
19
- $buildConfig = 'PSV3 Release'
20
- }
21
- & 'C:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe' 'C:\projects\psscriptanalyzer\PSScriptAnalyzer.sln' /P:Configuration=$buildConfig /logger:'C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll'
14
+ Push-Location C:\projects\psscriptanalyzer
15
+ dotnet restore
16
+ C:\projects\psscriptanalyzer\buildCoreClr.ps1 -Framework net451 -Configuration Release
22
17
C:\projects\psscriptanalyzer\build.ps1 -BuildDocs
18
+ Pop-Location
23
19
24
20
# branches to build
25
21
branches :
You can’t perform that action at this time.
0 commit comments