Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build/ci/job-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
displayName: Set LD_LIBRARY_PATH for Ubuntu and CentOS to locate Native shared library in current running path
- script: ${{ parameters.buildScript }} -$(_configuration) -buildArch=${{ parameters.architecture }}
displayName: Build
timeoutInMinutes: 20
- ${{ if eq(parameters.pool.name, 'Hosted macOS') }}:
- task: Bash@3
inputs:
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.ML.Functional.Tests/Evaluation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public void TrainAndEvaluateRankingWithOptions()
/// <summary>
/// Train and Evaluate: Recommendation.
/// </summary>
[MatrixFactorizationFact]
[Fact]
public void TrainAndEvaluateRecommendation()
{
var mlContext = new MLContext(seed: 1);
Expand Down

This file was deleted.

This file was deleted.

42 changes: 0 additions & 42 deletions test/Microsoft.ML.TestFrameworkCommon/DelayedMessageBus.cs

This file was deleted.

32 changes: 0 additions & 32 deletions test/Microsoft.ML.TestFrameworkCommon/RetryFactDiscoverer.cs

This file was deleted.

120 changes: 0 additions & 120 deletions test/Microsoft.ML.TestFrameworkCommon/RetryTestCase.cs

This file was deleted.

Loading