Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cbde4 commit 8b63a61Copy full SHA for 8b63a61
test/dotnet-bootstrapper.Tests/EndToEndTests.cs
@@ -14,7 +14,7 @@ namespace Microsoft.DotNet.Tools.Bootstrapper
14
public class EndToEndBootstrapperTest
15
{
16
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");
+ private readonly static string executablePath = Path.Combine(artifactsDirectory, "bin", "dotnet-bootstrapper", TestUtilities.GetConfiguration(), TestUtilities.GetTargetFramework(), TestUtilities.GetRuntimeIdentifier(), "dotnet-bootstrapper.exe");
18
19
[Fact]
20
internal void ItReturnsZeroOnExit()
0 commit comments