CI CD script fix

This commit is contained in:
h z
2024-06-22 22:33:11 +08:00
parent 97eff16f5c
commit 3570f2ad74
2 changed files with 4 additions and 15 deletions

4
DependencyFix.sh Normal file
View File

@@ -0,0 +1,4 @@
sed -i '/^Project.*"Skeleton".*/d' ./SkeletonTest.sln
sed -i '/^EndProject$/d' ./SkeletonTest.sln
sed -i '/^Project.*/aEndProject' ./SkeletonTest.sln

View File

@@ -1,15 +0,0 @@
namespace SkeletonTest;
public class Tests
{
[SetUp]
public void Setup()
{
}
[Test]
public void Test1()
{
Assert.Pass();
}
}