39 references to DotnetNewTestTemplatesBasePath
dotnet-new.IntegrationTests (39)
BaseIntegrationTest.cs (1)
61
string templateLocation = Path.GetFullPath(Path.Combine(
DotnetNewTestTemplatesBasePath
, templateName));
PostActionTests.Approval.cs (9)
13
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/RestoreNuGet/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
44
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/RunScript/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
67
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/AddPackageReference/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
98
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/AddProjectReference/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
129
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/AddProjectToSolution/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
169
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/Instructions/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
191
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/RestoreNuGet/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
215
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/UnknownPostAction", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
235
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/RunScript/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
PostActionTests.cs (29)
30
string templateLocation = _testAssetsManager.CopyTestAsset(templatePartLocation, testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
63
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/RestoreNuGet/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
99
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/RestoreNuGet/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
137
string templateLocation = _testAssetsManager.CopyTestAsset(templatePartLocation, testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
172
string templateLocation = _testAssetsManager.CopyTestAsset(templatePartLocation, testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
214
string templateLocation = _testAssetsManager.CopyTestAsset(templatePartLocation, testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
263
string templateLocation = _testAssetsManager.CopyTestAsset(templatePartLocation, testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
312
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/RunScript/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
345
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/RunScript/DoNotRedirect", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
370
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/RunScript/Redirect", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
395
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/RunScript/RedirectOnError", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
430
string templateLocation = _testAssetsManager.CopyTestAsset(templatePartLocation, testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
459
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/AddPackageReference/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
491
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/AddPackageReference/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
522
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/AddProjectReference/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
558
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/AddProjectReference/Existing", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
603
var templateLocation = _testAssetsManager.CopyTestAsset("PostActions/AddProjectReference/ExistingWithRename", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
650
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/AddProjectReference/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
681
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/AddProjectReference/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
713
string templateLocation = _testAssetsManager.CopyTestAsset(templatePartLocation, testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
752
string templateLocation = _testAssetsManager.CopyTestAsset(templatePartLocation, testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
784
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/AddProjectToSolution/BasicInSolutionRoot", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
820
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/AddProjectToSolution/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
856
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/AddProjectToSolution/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
892
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/AddProjectToSolution/BasicWithIndexes", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
931
string templateLocation = _testAssetsManager.CopyTestAsset("PostActions/Instructions/Basic", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
957
string templateLocation = _testAssetsManager.CopyTestAsset("AddProjectReference", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
978
string templateLocation = _testAssetsManager.CopyTestAsset("AddPackageReference", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;
997
string templateLocation = _testAssetsManager.CopyTestAsset("AddProjectToSolution", testAssetSubdirectory:
DotnetNewTestTemplatesBasePath
).WithSource().Path;