Skip to content

Commit

Permalink
Temporarily disable tests for incoming breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
andrueastman committed Feb 28, 2023
1 parent 1e02478 commit e442aa3
Show file tree
Hide file tree
Showing 2 changed files with 3 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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Graph.DotnetCore.Test", "tests\Microsoft.Graph.DotnetCore.Test\Microsoft.Graph.DotnetCore.Test.csproj", "{6EEB8B5D-4297-4707-9380-85DB7BFEE2CF}"
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
{6EEB8B5D-4297-4707-9380-85DB7BFEE2CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EEB8B5D-4297-4707-9380-85DB7BFEE2CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EEB8B5D-4297-4707-9380-85DB7BFEE2CF}.Debug|ARM.ActiveCfg = Debug|Any CPU
{6EEB8B5D-4297-4707-9380-85DB7BFEE2CF}.Debug|ARM.Build.0 = Debug|Any CPU
{6EEB8B5D-4297-4707-9380-85DB7BFEE2CF}.Debug|x64.ActiveCfg = Debug|Any CPU
{6EEB8B5D-4297-4707-9380-85DB7BFEE2CF}.Debug|x64.Build.0 = Debug|Any CPU
{6EEB8B5D-4297-4707-9380-85DB7BFEE2CF}.Debug|x86.ActiveCfg = Debug|Any CPU
{6EEB8B5D-4297-4707-9380-85DB7BFEE2CF}.Debug|x86.Build.0 = Debug|Any CPU
{6EEB8B5D-4297-4707-9380-85DB7BFEE2CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EEB8B5D-4297-4707-9380-85DB7BFEE2CF}.Release|Any CPU.Build.0 = Release|Any CPU
{6EEB8B5D-4297-4707-9380-85DB7BFEE2CF}.Release|ARM.ActiveCfg = Release|Any CPU
{6EEB8B5D-4297-4707-9380-85DB7BFEE2CF}.Release|ARM.Build.0 = Release|Any CPU
{6EEB8B5D-4297-4707-9380-85DB7BFEE2CF}.Release|x64.ActiveCfg = Release|Any CPU
{6EEB8B5D-4297-4707-9380-85DB7BFEE2CF}.Release|x64.Build.0 = Release|Any CPU
{6EEB8B5D-4297-4707-9380-85DB7BFEE2CF}.Release|x86.ActiveCfg = Release|Any CPU
{6EEB8B5D-4297-4707-9380-85DB7BFEE2CF}.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,5 @@
using System;
/*
using System;
using System.Linq;
using System.Reflection;
using Microsoft.Graph.Beta.Drives.Item.Items.Item.Analytics;
Expand Down Expand Up @@ -183,3 +184,4 @@ public CustomDriveItemItemRequestBuilder(string rawUrl, IRequestAdapter requestA
new VersionsRequestBuilder(this._rawUrl+"/versions", RequestAdapter);
}
}
*/

0 comments on commit e442aa3

Please sign in to comment.