Skip to content

Commit

Permalink
Fixed test module creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Jun 25, 2024
1 parent d5b2df6 commit fab1e55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>

<ModuleId>$(MSBuildProjectName)</ModuleId>
<ModuleName>$(MSBuildProjectName)</ModuleName>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>


<ModuleId>$(MSBuildProjectName)</ModuleId>
<ModuleName>$(MSBuildProjectName)</ModuleName>
</PropertyGroup>

Expand Down

0 comments on commit fab1e55

Please sign in to comment.