Skip to content

Commit 52843f7

Browse files
authored
Revive E2E tests, rescue CI (#18384)
* Revive E2E tests * up * try this * Revert "try this" This reverts commit fea7c91. * Revert "up" This reverts commit 39ffc4c. * Revert "Revive E2E tests" This reverts commit 7056cb8. * up
1 parent d21aa8a commit 52843f7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tests/EndToEndBuildTests/Directory.Build.props

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<RollForward>LatestMajor</RollForward>
66
</PropertyGroup>
77

8+
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
89
<Import Project="$([MSBuild]::GetPathOfFileAbove('FSharpTests.Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
910

1011
<PropertyGroup>

tests/EndToEndBuildTests/EndToEndBuildTests.cmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ echo %__scriptpath%BasicProvider\TestBasicProvider.cmd -c %configuration%
2727
call %__scriptpath%BasicProvider\TestBasicProvider.cmd -c %configuration%
2828
if ERRORLEVEL 1 echo Error: TestBasicProvider failed && goto :failure
2929

30-
rem echo %__scriptpath%ComboProvider\TestComboProvider.cmd -c %configuration%
31-
rem call %__scriptpath%ComboProvider\TestComboProvider.cmd -c %configuration%
32-
rem if ERRORLEVEL 1 echo Error: TestComboProvider failed && goto :failure
30+
echo %__scriptpath%ComboProvider\TestComboProvider.cmd -c %configuration%
31+
call %__scriptpath%ComboProvider\TestComboProvider.cmd -c %configuration%
32+
if ERRORLEVEL 1 echo Error: TestComboProvider failed && goto :failure
3333

3434
:success
3535
endlocal

0 commit comments

Comments
 (0)