Skip to content

Commit

Permalink
remove DynamicDataTargetAssetPath and TestSourceDataTargetAssetPath (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Feb 1, 2025
1 parent 5134979 commit 65553be
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ private static async Task RunTestsAsync(string currentTfm, string assetName, boo

public sealed class TestAssetFixture() : TestAssetFixtureBase(AcceptanceFixture.NuGetGlobalPackagesFolder)
{
public string DynamicDataTargetAssetPath => GetAssetPath(DynamicDataAssetName);

public string TestSourceDataTargetAssetPath => GetAssetPath(DataSourceAssetName);

public override IEnumerable<(string ID, string Name, string Code)> GetAssetsToGenerate()
{
yield return (DynamicDataAssetName, DynamicDataAssetName,
Expand Down

0 comments on commit 65553be

Please sign in to comment.