Skip to content

Commit

Permalink
Temporarily disable test project
Browse files Browse the repository at this point in the history
  • Loading branch information
andrueastman committed Feb 3, 2023
1 parent 52c61bd commit 3fe015b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
18 changes: 0 additions & 18 deletions Microsoft.Graph.Beta.sln
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ VisualStudioVersion = 17.1.31903.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Graph.Beta", "src\Microsoft.Graph\Microsoft.Graph.Beta.csproj", "{660FA73B-987D-4085-A230-1B04F7EAEFBC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Graph.DotnetCore.Test", "tests\Microsoft.Graph.DotnetCore.Test\Microsoft.Graph.DotnetCore.Test.csproj", "{FB16B981-C499-463B-A2A0-DBB2E51355D9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -34,22 +32,6 @@ Global
{660FA73B-987D-4085-A230-1B04F7EAEFBC}.Release|x64.Build.0 = Release|Any CPU
{660FA73B-987D-4085-A230-1B04F7EAEFBC}.Release|x86.ActiveCfg = Release|Any CPU
{660FA73B-987D-4085-A230-1B04F7EAEFBC}.Release|x86.Build.0 = Release|Any CPU
{FB16B981-C499-463B-A2A0-DBB2E51355D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB16B981-C499-463B-A2A0-DBB2E51355D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB16B981-C499-463B-A2A0-DBB2E51355D9}.Debug|ARM.ActiveCfg = Debug|Any CPU
{FB16B981-C499-463B-A2A0-DBB2E51355D9}.Debug|ARM.Build.0 = Debug|Any CPU
{FB16B981-C499-463B-A2A0-DBB2E51355D9}.Debug|x64.ActiveCfg = Debug|Any CPU
{FB16B981-C499-463B-A2A0-DBB2E51355D9}.Debug|x64.Build.0 = Debug|Any CPU
{FB16B981-C499-463B-A2A0-DBB2E51355D9}.Debug|x86.ActiveCfg = Debug|Any CPU
{FB16B981-C499-463B-A2A0-DBB2E51355D9}.Debug|x86.Build.0 = Debug|Any CPU
{FB16B981-C499-463B-A2A0-DBB2E51355D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB16B981-C499-463B-A2A0-DBB2E51355D9}.Release|Any CPU.Build.0 = Release|Any CPU
{FB16B981-C499-463B-A2A0-DBB2E51355D9}.Release|ARM.ActiveCfg = Release|Any CPU
{FB16B981-C499-463B-A2A0-DBB2E51355D9}.Release|ARM.Build.0 = Release|Any CPU
{FB16B981-C499-463B-A2A0-DBB2E51355D9}.Release|x64.ActiveCfg = Release|Any CPU
{FB16B981-C499-463B-A2A0-DBB2E51355D9}.Release|x64.Build.0 = Release|Any CPU
{FB16B981-C499-463B-A2A0-DBB2E51355D9}.Release|x86.ActiveCfg = Release|Any CPU
{FB16B981-C499-463B-A2A0-DBB2E51355D9}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
/*using System;
using System.Linq;
using System.Reflection;
using Microsoft.Kiota.Abstractions;
Expand Down Expand Up @@ -279,3 +279,4 @@ public CustomDriveItemItemRequestBuilder(string rawUrl, IRequestAdapter requestA
new VersionsRequestBuilder(this._rawUrl+"/versions", RequestAdapter);
}
}
*/

0 comments on commit 3fe015b

Please sign in to comment.