From 088ff7b84de0def25fa2744d7b836afe96099110 Mon Sep 17 00:00:00 2001 From: Tom Longhurst <30480171+thomhurst@users.noreply.github.com> Date: Sat, 18 Jan 2025 01:31:00 +0000 Subject: [PATCH] Tweak --- TUnit.Templates/TUnit.Templates.csproj | 2 +- .../TUnit/.template.config/template.json | 24 +------------------ 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/TUnit.Templates/TUnit.Templates.csproj b/TUnit.Templates/TUnit.Templates.csproj index a13f352604..3665784a95 100644 --- a/TUnit.Templates/TUnit.Templates.csproj +++ b/TUnit.Templates/TUnit.Templates.csproj @@ -28,7 +28,7 @@ - + diff --git a/TUnit.Templates/content/TUnit/.template.config/template.json b/TUnit.Templates/content/TUnit/.template.config/template.json index 7588acf06f..772e07bd94 100644 --- a/TUnit.Templates/content/TUnit/.template.config/template.json +++ b/TUnit.Templates/content/TUnit/.template.config/template.json @@ -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 } \ No newline at end of file