File tree Expand file tree Collapse file tree 6 files changed +33
-21
lines changed
PowerShellEditorServices.Test.Channel.WebSocket
PowerShellEditorServices.Test.Host
PowerShellEditorServices.Test.Protocol
PowerShellEditorServices.Test.Shared
PowerShellEditorServices.Test Expand file tree Collapse file tree 6 files changed +33
-21
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ task Build {
146
146
147
147
function UploadTestLogs {
148
148
if ($script :IsCIBuild ) {
149
- $testLogsPath = " $PSScriptRoot /test/PowerShellEditorServices.Test.Host/bin/$Configuration /net451 /logs"
149
+ $testLogsPath = " $PSScriptRoot /test/PowerShellEditorServices.Test.Host/bin/$Configuration /net452 /logs"
150
150
$testLogsZipPath = " $PSScriptRoot /TestLogs.zip"
151
151
152
152
if (Test-Path $testLogsPath ) {
@@ -163,9 +163,9 @@ function UploadTestLogs {
163
163
}
164
164
165
165
task Test - If { ! $script :IsUnix } {
166
- exec { & $script :dotnetExe test - c $Configuration -f net451 .\test\PowerShellEditorServices.Test\PowerShellEditorServices.Test.csproj }
167
- exec { & $script :dotnetExe test - c $Configuration -f net451 .\test\PowerShellEditorServices.Test.Protocol\PowerShellEditorServices.Test.Protocol.csproj }
168
- exec { & $script :dotnetExe test - c $Configuration -f net451 .\test\PowerShellEditorServices.Test.Host\PowerShellEditorServices.Test.Host.csproj }
166
+ exec { & $script :dotnetExe test - c $Configuration -f net452 .\test\PowerShellEditorServices.Test\PowerShellEditorServices.Test.csproj }
167
+ exec { & $script :dotnetExe test - c $Configuration -f net452 .\test\PowerShellEditorServices.Test.Protocol\PowerShellEditorServices.Test.Protocol.csproj }
168
+ exec { & $script :dotnetExe test - c $Configuration -f net452 .\test\PowerShellEditorServices.Test.Host\PowerShellEditorServices.Test.Host.csproj }
169
169
}
170
170
171
171
task CITest (job Test - Safe), {
Original file line number Diff line number Diff line change 2
2
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), PowerShellEditorServices.Common.props))\PowerShellEditorServices.Common.props" />
3
3
4
4
<PropertyGroup >
5
- <TargetFrameworks >net451 </TargetFrameworks >
5
+ <TargetFrameworks >net452 </TargetFrameworks >
6
6
<AssemblyName >Microsoft.PowerShell.EditorServices.Test.Channel.WebSocket</AssemblyName >
7
7
<PackageTargetFallback Condition =" '$(TargetFramework)' == 'netstandard1.6' " >$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback >
8
8
</PropertyGroup >
22
22
<PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 6.0.0-alpha13" />
23
23
</ItemGroup >
24
24
25
- <ItemGroup Condition =" '$(TargetFramework)' == 'net451 ' " >
25
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net452 ' " >
26
26
<PackageReference Include =" CommonServiceLocator" Version =" 1.3" />
27
27
<PackageReference Include =" Microsoft.Owin" Version =" 3.0.0" />
28
28
<PackageReference Include =" Owin" Version =" 1.0" />
36
36
<DefineConstants >$(DefineConstants);CoreCLR</DefineConstants >
37
37
</PropertyGroup >
38
38
39
- <ItemGroup Condition =" '$(TargetFramework)' == 'net451 ' " >
39
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net452 ' " >
40
40
<Reference Include =" System" />
41
41
<Reference Include =" Microsoft.CSharp" />
42
42
</ItemGroup >
Original file line number Diff line number Diff line change 2
2
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), PowerShellEditorServices.Common.props))\PowerShellEditorServices.Common.props" />
3
3
4
4
<PropertyGroup >
5
- <TargetFrameworks >net451 ;netstandard1.6</TargetFrameworks >
5
+ <TargetFrameworks >net452 ;netstandard1.6</TargetFrameworks >
6
6
<AssemblyName >Microsoft.PowerShell.EditorServices.Test.Host</AssemblyName >
7
7
<PackageTargetFallback Condition =" '$(TargetFramework)' == 'netstandard1.6' " >$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback >
8
8
</PropertyGroup >
24
24
<PackageReference Include =" Microsoft.TestPlatform.TestHost" >
25
25
<Version >15.0.0-*</Version >
26
26
</PackageReference >
27
- <PackageReference Include =" xunit" Version =" 2.2.0-* " />
28
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0-* " />
27
+ <PackageReference Include =" xunit" Version =" 2.2.0" />
28
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
29
29
<PackageReference Include =" Microsoft.PowerShell.SDK" >
30
30
<Version >6.0.0-alpha13</Version >
31
31
</PackageReference >
35
35
<DefineConstants >$(DefineConstants);CoreCLR</DefineConstants >
36
36
</PropertyGroup >
37
37
38
- <ItemGroup Condition =" '$(TargetFramework)' == 'net451 ' " >
38
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net452 ' " >
39
39
<Reference Include =" System" />
40
40
<Reference Include =" Microsoft.CSharp" />
41
41
</ItemGroup >
42
+
43
+ <ItemGroup >
44
+ <Service Include =" {82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
45
+ </ItemGroup >
42
46
</Project >
Original file line number Diff line number Diff line change 2
2
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), PowerShellEditorServices.Common.props))\PowerShellEditorServices.Common.props" />
3
3
4
4
<PropertyGroup >
5
- <TargetFrameworks >net451 ;netstandard1.6</TargetFrameworks >
5
+ <TargetFrameworks >net452 ;netstandard1.6</TargetFrameworks >
6
6
<AssemblyName >Microsoft.PowerShell.EditorServices.Test.Protocol</AssemblyName >
7
7
<PackageTargetFallback Condition =" '$(TargetFramework)' == 'netstandard1.6' " >$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback >
8
8
</PropertyGroup >
17
17
<PackageReference Include =" Microsoft.TestPlatform.TestHost" >
18
18
<Version >15.0.0-*</Version >
19
19
</PackageReference >
20
- <PackageReference Include =" xunit" Version =" 2.2.0-* " />
21
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0-* " />
20
+ <PackageReference Include =" xunit" Version =" 2.2.0" />
21
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
22
22
<PackageReference Include =" Microsoft.PowerShell.SDK" >
23
23
<Version >6.0.0-alpha13</Version >
24
24
</PackageReference >
28
28
<DefineConstants >$(DefineConstants);CoreCLR</DefineConstants >
29
29
</PropertyGroup >
30
30
31
- <ItemGroup Condition =" '$(TargetFramework)' == 'net451 ' " >
31
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net452 ' " >
32
32
<Reference Include =" System" />
33
33
<Reference Include =" Microsoft.CSharp" />
34
34
</ItemGroup >
35
+
36
+ <ItemGroup >
37
+ <Service Include =" {82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
38
+ </ItemGroup >
35
39
</Project >
Original file line number Diff line number Diff line change 3
3
4
4
<PropertyGroup >
5
5
<VersionPrefix >0.9.0-beta</VersionPrefix >
6
- <TargetFrameworks >net451 ;netstandard1.6</TargetFrameworks >
6
+ <TargetFrameworks >net452 ;netstandard1.6</TargetFrameworks >
7
7
<AssemblyName >Microsoft.PowerShell.EditorServices.Test.Shared</AssemblyName >
8
8
<PackageTargetFallback Condition =" '$(TargetFramework)' == 'netstandard1.6' " >$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback >
9
9
</PropertyGroup >
16
16
<DefineConstants >$(DefineConstants);CoreCLR</DefineConstants >
17
17
</PropertyGroup >
18
18
19
- <ItemGroup Condition =" '$(TargetFramework)' == 'net451 ' " >
19
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net452 ' " >
20
20
<Reference Include =" System" />
21
21
<Reference Include =" Microsoft.CSharp" />
22
22
</ItemGroup >
Original file line number Diff line number Diff line change 2
2
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), PowerShellEditorServices.Common.props))\PowerShellEditorServices.Common.props" />
3
3
4
4
<PropertyGroup >
5
- <TargetFrameworks >net451 ;netstandard1.6</TargetFrameworks >
5
+ <TargetFrameworks >net452 ;netstandard1.6</TargetFrameworks >
6
6
<AssemblyName >Microsoft.PowerShell.EditorServices.Test</AssemblyName >
7
7
<PackageTargetFallback Condition =" '$(TargetFramework)' == 'netstandard1.6' " >$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback >
8
8
</PropertyGroup >
17
17
<PackageReference Include =" Microsoft.TestPlatform.TestHost" >
18
18
<Version >15.0.0-*</Version >
19
19
</PackageReference >
20
- <PackageReference Include =" xunit" Version =" 2.2.0-* " />
21
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0-* " />
20
+ <PackageReference Include =" xunit" Version =" 2.2.0" />
21
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
22
22
<PackageReference Include =" Microsoft.PowerShell.SDK" >
23
23
<Version >6.0.0-alpha13</Version >
24
24
</PackageReference >
28
28
<DefineConstants >$(DefineConstants);CoreCLR</DefineConstants >
29
29
</PropertyGroup >
30
30
31
- <ItemGroup Condition =" '$(TargetFramework)' == 'net451 ' " >
31
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net452 ' " >
32
32
<Reference Include =" System" />
33
33
<Reference Include =" System.Xml" />
34
34
<Reference Include =" System.Xml.Linq" />
35
35
<Reference Include =" Microsoft.CSharp" />
36
36
</ItemGroup >
37
+
38
+ <ItemGroup >
39
+ <Service Include =" {82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
40
+ </ItemGroup >
37
41
</Project >
You can’t perform that action at this time.
0 commit comments