more fixes
Some checks failed
CI / linter (9.0.X, ubuntu-latest) (push) Failing after 1m58s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Has been skipped
Rename the project from template / rename-project (push) Failing after 12m7s
SonarQube Scan / SonarQube Trigger (push) Failing after 11m59s

This commit is contained in:
Simon Diesenreiter 2024-11-27 20:43:55 +01:00
parent b6edae42f6
commit a4c233b210
3 changed files with 6 additions and 1 deletions

View File

@ -38,7 +38,6 @@ jobs:
- name: Remove renaming workflow
if: steps.is_template.outputs.is_template == 'true'
run: |
rm .gitea/template.yml
rm .gitea/workflows/rename_project.yml
rm .gitea/rename_project.sh

View File

@ -1,5 +1,7 @@
namespace project_name.Tests;
using project_name;
public class UnitTest1
{
[Fact]

View File

@ -8,6 +8,10 @@
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../project_name/project_name.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />