Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
thomhurst committed Jan 18, 2025
1 parent e93e67a commit 088ff7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion TUnit.Templates/TUnit.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="content\**\*" Exclude="content\**\bin\**;content\**\obj\**" />
<Content Include="content\**\*" Exclude="content\**\bin\**;content\**\obj\**;content\Directory.Build.props;content\Directory.Build.targets;content\Directory.Packages.props" />
<Compile Remove="**\*" />
</ItemGroup>

Expand Down
24 changes: 1 addition & 23 deletions TUnit.Templates/content/TUnit/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,6 @@
"type": "project"
},
"sourceName": "TestProject",
"preferNameDirectory": true,
"primaryOutputs": [
{
"path": "TestProject.csproj"
}
],
"postActions": [
{
"description": "Restore NuGet packages required by this project",
"manualInstructions": [
{
"text": "Run 'dotnet restore'"
}
],
"actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
"continueOnError": true,
"args": {
"files": [
"TestProject.csproj"
]
}
}
]
"preferNameDirectory": true
}

0 comments on commit 088ff7b

Please sign in to comment.