File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ task Build {
130
130
task Test - If { ! $script :IsUnix } {
131
131
$testParams = @ {}
132
132
if ($env: APPVEYOR -ne $null ) {
133
- $testParams = @ {" l" = " appveyor " }
133
+ $testParams = @ {" l" = " Appveyor " }
134
134
}
135
135
136
136
exec { & $script :dotnetExe test - c $Configuration @testParams .\test\PowerShellEditorServices.Test\PowerShellEditorServices.Test.csproj }
@@ -173,7 +173,7 @@ task UploadArtifacts -If ($script:IsCIBuild) {
173
173
}
174
174
}
175
175
176
- task UploadTestLogs - If ($script :IsCIBuild ) {
176
+ task UploadTestLogs - After Test - If ($script :IsCIBuild ) {
177
177
$testLogsZipPath = " $PSScriptRoot /TestLogs.zip"
178
178
179
179
[System.IO.Compression.ZipFile ]::CreateFromDirectory(
Original file line number Diff line number Diff line change 1
1
version : ' 0.9.0.{build}'
2
- os : WMF 5
2
+ image : Visual Studio 2017 RC
3
3
clone_depth : 10
4
4
skip_tags : true
5
5
@@ -16,11 +16,5 @@ install:
16
16
build_script :
17
17
- ps : Invoke-Build -Configuration Release
18
18
19
- test :
20
- assemblies :
21
- - Microsoft.PowerShell.EditorServices.Test.dll
22
- - Microsoft.PowerShell.EditorServices.Test.Protocol.dll
23
- - Microsoft.PowerShell.EditorServices.Test.Host.dll
24
-
25
- after_test :
26
- - ps : Invoke-Build UploadTestLogs -Configuration Release
19
+ # The build script takes care of the tests
20
+ test : off
You can’t perform that action at this time.
0 commit comments