File tree 3 files changed +4
-5
lines changed
test/Microsoft.AspNetCore.Razor.Design.Test/IntegrationTests
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
// 'node' indicates to Jenkins that the enclosed block runs on a node that matches
4
4
// the label 'windows-with-vs'
5
- simpleNode(' Windows_NT ' , ' latest ' ) {
5
+ simpleNode(' Windows.10.Enterprise.RS3.ASPNET ' ) {
6
6
stage (' Checking out source' ) {
7
7
checkout scm
8
8
}
Original file line number Diff line number Diff line change @@ -25,9 +25,8 @@ public BuildIntegrationTest(BuildServerTestFixture buildServer)
25
25
public Task Build_SimpleMvc_UsingDotnetMSBuildAndWithoutBuildServer_CanBuildSuccessfully ( )
26
26
=> Build_SimpleMvc_WithoutBuildServer_CanBuildSuccessfully ( MSBuildProcessKind . Dotnet ) ;
27
27
28
- [ ConditionalFact ( Skip = "https://github.com/aspnet/Razor/issues/2208" ) ]
29
- [ OSSkipCondition ( OperatingSystems . Linux ) ]
30
- [ OSSkipCondition ( OperatingSystems . MacOSX ) ]
28
+ [ ConditionalFact ]
29
+ [ OSSkipCondition ( OperatingSystems . Linux | OperatingSystems . MacOSX ) ]
31
30
[ InitializeTestProject ( "SimpleMvc" ) ]
32
31
public Task Build_SimpleMvc_UsingDesktopMSBuildAndWithoutBuildServer_CanBuildSuccessfully ( )
33
32
=> Build_SimpleMvc_WithoutBuildServer_CanBuildSuccessfully ( MSBuildProcessKind . Desktop ) ;
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public BuildServerIntegrationTest(BuildServerTestFixture buildServer)
30
30
public Task Build_SimpleMvc_WithServer_UsingDotnetMSBuild_CanBuildSuccessfully ( )
31
31
=> Build_SimpleMvc_CanBuildSuccessfully ( MSBuildProcessKind . Dotnet ) ;
32
32
33
- [ ConditionalFact ( Skip = "https://github.com/aspnet/Razor/issues/2208" ) ]
33
+ [ ConditionalFact ]
34
34
[ OSSkipCondition ( OperatingSystems . Linux | OperatingSystems . MacOSX ) ]
35
35
[ InitializeTestProject ( "SimpleMvc" ) ]
36
36
public Task Build_SimpleMvc_WithServer_UsingDesktopMSBuild_CanBuildSuccessfully ( )
You can’t perform that action at this time.
0 commit comments