File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ echo %__scriptpath%BasicProvider\TestBasicProvider.cmd -c %configuration%
2727call %__scriptpath% BasicProvider\TestBasicProvider.cmd -c %configuration%
2828if 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
3535endlocal
You can’t perform that action at this time.
0 commit comments