Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
removed debugging artifact
  • Loading branch information
LakshanF committed Oct 19, 2022
commit f4657e72b7afd5467b35396ac5cb1a3c4e35b52a
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void NativeAot_app_runs_in_debug_with_no_config_when_PublishAot_is_enable

var publishCommand = new PublishCommand(Log, Path.Combine(testAsset.TestRoot, testProject.Name));
publishCommand
.Execute($"/p:RuntimeIdentifier={rid}", @"/bl:C:\Work\Core\Test\NativeAOT\10_19\laks-pub.binlog")
.Execute($"/p:RuntimeIdentifier={rid}")
.Should().Pass();

var publishDirectory = publishCommand.GetOutputDirectory(targetFramework: targetFramework, configuration: projectConfiguration, runtimeIdentifier: rid).FullName;
Expand Down