Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions TestCode/LibUnderTest/Class1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ variables:
system.debug: 'true'

steps:
- task: DumpVariables@1

- task: NuGetToolInstaller@1

- task: NuGetCommand@2
Expand Down