diff --git a/TestCode/LibUnderTest/Class1.cs b/TestCode/LibUnderTest/Class1.cs index c53daac..2555ed4 100644 --- a/TestCode/LibUnderTest/Class1.cs +++ b/TestCode/LibUnderTest/Class1.cs @@ -1008,8 +1008,8 @@ public int add(int a, int b) var a996 = 996; var a997 = 997; var a998 = 998; - var a999 = 999; - var a1000 = 1000; + //var a999 = 999; + //var a1000 = 1000; } public int subtract(int a, int b) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f27b579..0dba9e4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,8 +22,6 @@ variables: system.debug: 'true' steps: -- task: DumpVariables@1 - - task: NuGetToolInstaller@1 - task: NuGetCommand@2