Skip to content

Commit

Permalink
Fix broken task-scanner test due to changed SDK path
Browse files Browse the repository at this point in the history
  • Loading branch information
tintoy committed Oct 31, 2019
1 parent e44256f commit f0efbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/LanguageServer.Engine.Tests/TaskScannerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public TaskScannerTests(ITestOutputHelper testOutput)
/// </param>
[InlineData("NuGet.Build.Tasks.dll")]
[InlineData("Microsoft.Build.Tasks.Core.dll")]
[InlineData("Sdks/Microsoft.NET.Sdk/tools/netcoreapp3.0/Microsoft.NET.Build.Tasks.dll")]
[InlineData("Sdks/Microsoft.NET.Sdk/tools/netcoreapp2.1/Microsoft.NET.Build.Tasks.dll")]
[Theory(DisplayName = "TaskScanner can get tasks from framework task assembly ")]
public async Task Scan_FrameworkTaskAssembly_Success(string fileName)
{
Expand Down

0 comments on commit f0efbe3

Please sign in to comment.