Skip to content

Commit

Permalink
Remove auto package create on build
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAman62 committed Mar 28, 2024
1 parent 63684bc commit ae20c31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions OpenF1.Console/Display/MainDisplay.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.Reflection;
using Spectre.Console;
using Spectre.Console.Rendering;

Expand All @@ -10,7 +9,7 @@ public class MainDisplay() : IDisplay

private readonly FigletFont _font = FigletFont.Load(
Path.Join(
Directory.GetParent(Assembly.GetExecutingAssembly().Location)!.FullName,
Directory.GetParent(AppContext.BaseDirectory)!.FullName,
"/slant.flf"
)
);
Expand Down
1 change: 0 additions & 1 deletion OpenF1.Data/OpenF1.Data.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>OpenF1.Data</PackageId>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>formula1;f1;livetiming;timing</PackageTags>
Expand Down

0 comments on commit ae20c31

Please sign in to comment.