more fixes
Some checks failed
Some checks failed
This commit is contained in:
parent
b6edae42f6
commit
a4c233b210
@ -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
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
namespace project_name.Tests;
|
||||
|
||||
using project_name;
|
||||
|
||||
public class UnitTest1
|
||||
{
|
||||
[Fact]
|
||||
|
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user