Skip to content

Commit

Permalink
Make identifier unique across theory legs
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Apr 13, 2023
1 parent c234603 commit 039025f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void It_produces_ref_assembly_for_appropriate_frameworks(string targetFra
TargetFrameworks = targetFramework
};

var testAsset = _testAssetsManager.CreateTestProject(testProject, identifier: targetFramework, targetExtension: extension);
var testAsset = _testAssetsManager.CreateTestProject(testProject, identifier: targetFramework + extension, targetExtension: extension);

var buildCommand = new BuildCommand(testAsset);
buildCommand.Execute()
Expand Down

0 comments on commit 039025f

Please sign in to comment.