From f48a2d202afdb51092d83649b9af8b41374c8302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Fri, 26 Jun 2020 11:26:33 +0200 Subject: [PATCH 1/2] Remove two more warnings --- TestCode/LibUnderTest/Class1.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) From 24de6712e0e302a803e451c52d25e92edf61db15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Fri, 26 Jun 2020 15:56:58 +0200 Subject: [PATCH 2/2] Remove DumpVars task --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) 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