Harrison Deng
a46f8d4ef6
Some checks failed
RealYHD/dotnetresxutils/pipeline/head There was a failure building this commit
Added generated files and minor configurations. Added Jenkins pipeline configuration.
12 lines
133 B
C#
12 lines
133 B
C#
using Xunit;
|
|
|
|
namespace DotNetResxUtils.Tests;
|
|
|
|
public class UnitTest1
|
|
{
|
|
[Fact]
|
|
public void Test1()
|
|
{
|
|
|
|
}
|
|
} |