Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b63a61

Browse files
committed
add RID to the path
1 parent 14cbde4 commit 8b63a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotnet-bootstrapper.Tests/EndToEndTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Microsoft.DotNet.Tools.Bootstrapper
1414
public class EndToEndBootstrapperTest
1515
{
1616
private readonly static string artifactsDirectory = Path.GetFullPath(Path.Combine(Directory.GetCurrentDirectory(), "..", "..", "..", "..", "..", "artifacts"));
17-
private readonly static string executablePath = Path.Combine(artifactsDirectory, "bin", "dotnet-bootstrapper", TestUtilities.GetConfiguration(), TestUtilities.GetTargetFramework(), "dotnet-bootstrapper.exe");
17+
private readonly static string executablePath = Path.Combine(artifactsDirectory, "bin", "dotnet-bootstrapper", TestUtilities.GetConfiguration(), TestUtilities.GetTargetFramework(), TestUtilities.GetRuntimeIdentifier(), "dotnet-bootstrapper.exe");
1818

1919
[Fact]
2020
internal void ItReturnsZeroOnExit()

0 commit comments

Comments
 (0)