File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ public MultiFileSolutionAndProjectTests(MultiFileTestFixture multiFileTestFixtur
1919 _multiFileTestFixture = multiFileTestFixture ;
2020 }
2121
22- [ Fact ( Skip = "Doesn't work on Github actions agent" ) ]
22+ [ Fact ]
2323 public async Task ConvertWholeSolutionAsync ( )
2424 {
2525
2626 await _multiFileTestFixture . ConvertProjectsWhereAsync ( p => true , Language . CS ) ;
2727 }
2828
29- [ Fact ( Skip = "Doesn't work on Github actions agent" ) ]
29+ [ Fact ]
3030 public async Task ConvertVbLibraryOnlyAsync ( )
3131 {
3232 await _multiFileTestFixture . ConvertProjectsWhereAsync ( p => p . Name == "VbLibrary" , Language . CS ) ;
Original file line number Diff line number Diff line change 3030 </ItemGroup >
3131 <ItemGroup Label =" ReSharper test runner requirements" >
3232 <PackageReference Include =" Microsoft.CodeAnalysis.Features" Version =" 3.4.0" />
33- <PackageReference Include =" Microsoft.Build" Version =" 16.8 .0" />
34- <PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" 16.8 .0" />
33+ <PackageReference Include =" Microsoft.Build" Version =" 16.10 .0" />
34+ <PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" 16.10 .0" />
3535 </ItemGroup >
3636 <ItemGroup >
3737 <Reference Include =" System.Web" />
You can’t perform that action at this time.
0 commit comments