|
1 |
| -<Project Sdk="Microsoft.NET.Sdk"> |
2 |
| - |
3 |
| - <PropertyGroup> |
4 |
| - <OutputType>Exe</OutputType> |
5 |
| - <TargetFramework>net8.0</TargetFramework> |
6 |
| - <RootNamespace>Devlooped</RootNamespace> |
7 |
| - <AssemblyName>retest</AssemblyName> |
8 |
| - <GenerateDocumentationFile>false</GenerateDocumentationFile> |
9 |
| - |
10 |
| - <PackageId>dotnet-retest</PackageId> |
11 |
| - <ToolCommandName>dotnet-retest</ToolCommandName> |
12 |
| - <PackAsTool>true</PackAsTool> |
13 |
| - <PackageReadmeFile>readme.md</PackageReadmeFile> |
14 |
| - <PackageTags>dotnet dotnet-tool</PackageTags> |
15 |
| - |
16 |
| - <BuildDate>$([System.DateTime]::Now.ToString("yyyy-MM-dd"))</BuildDate> |
17 |
| - <BuildRef>$(GITHUB_REF_NAME)</BuildRef> |
18 |
| - </PropertyGroup> |
19 |
| - |
20 |
| - <ItemGroup> |
21 |
| - <PackageReference Include="CliWrap" Version="3.6.6" /> |
22 |
| - <PackageReference Include="Devlooped.Web" Version="1.2.2" /> |
23 |
| - <PackageReference Include="Humanizer.Core" Version="2.14.1" /> |
24 |
| - <PackageReference Include="Mono.Options" Version="6.12.0.148" /> |
25 |
| - <PackageReference Include="NuGetizer" Version="1.2.2" /> |
26 |
| - <PackageReference Include="NuGet.Protocol" Version="6.10.1" /> |
27 |
| - <PackageReference Include="Spectre.Console.Cli" Version="0.49.1" /> |
28 |
| - <PackageReference Include="ThisAssembly.Git" Version="1.5.0" PrivateAssets="all" /> |
29 |
| - <PackageReference Include="ThisAssembly.Project" Version="1.5.0" PrivateAssets="all" /> |
30 |
| - </ItemGroup> |
31 |
| - |
32 |
| - <ItemGroup> |
33 |
| - <ProjectProperty Include="ToolCommandName" /> |
34 |
| - <ProjectProperty Include="BuildDate" /> |
35 |
| - <ProjectProperty Include="BuildRef" /> |
36 |
| - <ProjectProperty Include="PackageId" /> |
37 |
| - <ProjectProperty Include="PackageVersion" /> |
38 |
| - <ProjectProperty Include="PackageProjectUrl" /> |
39 |
| - </ItemGroup> |
40 |
| - |
41 |
| - <Target Name="RenderHelp" AfterTargets="Build"> |
42 |
| - <WriteLinesToFile Lines="```shell" Overwrite="true" File="help.md" /> |
43 |
| - <Exec Command="dotnet run --no-build -- --help >> help.md" EnvironmentVariables="NO_COLOR=true" ContinueOnError="true" /> |
44 |
| - <WriteLinesToFile Lines="```" Overwrite="false" File="help.md" /> |
45 |
| - </Target> |
46 |
| - |
47 |
| -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <OutputType>Exe</OutputType> |
| 5 | + <TargetFramework>net8.0</TargetFramework> |
| 6 | + <RootNamespace>Devlooped</RootNamespace> |
| 7 | + <AssemblyName>retest</AssemblyName> |
| 8 | + <GenerateDocumentationFile>false</GenerateDocumentationFile> |
| 9 | + |
| 10 | + <PackageId>dotnet-retest</PackageId> |
| 11 | + <ToolCommandName>dotnet-retest</ToolCommandName> |
| 12 | + <PackAsTool>true</PackAsTool> |
| 13 | + <PackageReadmeFile>readme.md</PackageReadmeFile> |
| 14 | + <PackageTags>dotnet dotnet-tool</PackageTags> |
| 15 | + |
| 16 | + <BuildDate>$([System.DateTime]::Now.ToString("yyyy-MM-dd"))</BuildDate> |
| 17 | + <BuildRef>$(GITHUB_REF_NAME)</BuildRef> |
| 18 | + </PropertyGroup> |
| 19 | + |
| 20 | + <ItemGroup> |
| 21 | + <PackageReference Include="CliWrap" Version="3.6.6" /> |
| 22 | + <PackageReference Include="Devlooped.Web" Version="1.2.2" /> |
| 23 | + <PackageReference Include="Humanizer.Core" Version="2.14.1" /> |
| 24 | + <PackageReference Include="Mono.Options" Version="6.12.0.148" /> |
| 25 | + <PackageReference Include="NuGetizer" Version="1.2.2" /> |
| 26 | + <PackageReference Include="NuGet.Protocol" Version="6.10.1" /> |
| 27 | + <PackageReference Include="Spectre.Console.Cli" Version="0.49.1" /> |
| 28 | + <PackageReference Include="ThisAssembly.Git" Version="1.5.0" PrivateAssets="all" /> |
| 29 | + <PackageReference Include="ThisAssembly.Project" Version="1.5.0" PrivateAssets="all" /> |
| 30 | + </ItemGroup> |
| 31 | + |
| 32 | + <ItemGroup> |
| 33 | + <ProjectProperty Include="ToolCommandName" /> |
| 34 | + <ProjectProperty Include="BuildDate" /> |
| 35 | + <ProjectProperty Include="BuildRef" /> |
| 36 | + <ProjectProperty Include="PackageId" /> |
| 37 | + <ProjectProperty Include="PackageVersion" /> |
| 38 | + <ProjectProperty Include="PackageProjectUrl" /> |
| 39 | + </ItemGroup> |
| 40 | + |
| 41 | + <Target Name="RenderHelp" AfterTargets="Build"> |
| 42 | + <WriteLinesToFile Lines="```shell" Overwrite="true" File="help.md" /> |
| 43 | + <Exec Command="dotnet run --no-build -- --help >> help.md" EnvironmentVariables="NO_COLOR=true" ContinueOnError="true" /> |
| 44 | + <WriteLinesToFile Lines="```" Overwrite="false" File="help.md" /> |
| 45 | + </Target> |
| 46 | + |
| 47 | +</Project> |
0 commit comments