Skip to content

Commit

Permalink
syntax sugar
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasduft committed Apr 17, 2024
1 parent 077f672 commit fc87376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Targets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
using static SimpleExec.Command;

const string Solution = "releasy.sln";
IList<string> packableProjects = new List<string>{
IList<string> packableProjects = [
"releasy"
};
];

var app = new CommandLineApplication
{
Expand Down

0 comments on commit fc87376

Please sign in to comment.