mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-12-13 13:39:37 +00:00
Update e2e tests
This commit is contained in:
14
__tests__/e2e-test-csproj/Test.cs
Normal file
14
__tests__/e2e-test-csproj/Test.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
namespace test_csproj
|
||||
{
|
||||
[TestClass]
|
||||
public class Test
|
||||
{
|
||||
[TestMethod]
|
||||
public void TestMethod()
|
||||
{
|
||||
Assert.AreEqual((1 + 1), 2);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user