File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
<RollForward >LatestMajor</RollForward >
6
6
</PropertyGroup >
7
7
8
+ <Import Project =" $([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
8
9
<Import Project =" $([MSBuild]::GetPathOfFileAbove('FSharpTests.Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
9
10
10
11
<PropertyGroup >
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ echo %__scriptpath%BasicProvider\TestBasicProvider.cmd -c %configuration%
27
27
call %__scriptpath% BasicProvider\TestBasicProvider.cmd -c %configuration%
28
28
if ERRORLEVEL 1 echo Error: TestBasicProvider failed && goto :failure
29
29
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
33
33
34
34
:success
35
35
endlocal
You can’t perform that action at this time.
0 commit comments