Skip to content

Commit 7de605b

Browse files
committed
removed obj folder and renamed class
1 parent 7ddfcb9 commit 7de605b

File tree

7 files changed

+5
-6002
lines changed

7 files changed

+5
-6002
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ node_modules
66
test-results.xml
77
schemas/code-model-v1
88
Debug
9-
Release
9+
Release
10+
obj
11+
bin

tools/deploymentsSchemaTests/UnitTest1.cs renamed to tools/deploymentsSchemaTests/DeploymentsTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
namespace deploymentsSchemaTests
44
{
55
[TestClass]
6-
public class UnitTest1
6+
public class DeploymentsTests
77
{
88
[TestMethod]
9-
public void TestMethod1()
9+
public void TestSchemaLoader()
1010
{
1111
}
1212
}

tools/deploymentsSchemaTests/obj/deploymentsSchemaTests.csproj.nuget.dgspec.json

Lines changed: 0 additions & 83 deletions
This file was deleted.

tools/deploymentsSchemaTests/obj/deploymentsSchemaTests.csproj.nuget.g.props

Lines changed: 0 additions & 27 deletions
This file was deleted.

tools/deploymentsSchemaTests/obj/deploymentsSchemaTests.csproj.nuget.g.targets

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)