File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ private bool ProcessInternalDelayedQueries(bool allowPartialExecution)
79
79
return true ;
80
80
}
81
81
finally {
82
- internalQueryTasks . Clear ( ) ;
82
+ internalQueryTasks ? . Clear ( ) ;
83
83
}
84
84
}
85
85
@@ -95,7 +95,7 @@ await Handler.ExecuteQueryTasksAsync(
95
95
return true ;
96
96
}
97
97
finally {
98
- internalQueryTasks . Clear ( ) ;
98
+ internalQueryTasks ? . Clear ( ) ;
99
99
}
100
100
}
101
101
@@ -110,7 +110,7 @@ private bool ProcessUserDefinedDelayedQueries(bool allowPartialExecution)
110
110
return true ;
111
111
}
112
112
finally {
113
- userDefinedQueryTasks . Clear ( ) ;
113
+ userDefinedQueryTasks ? . Clear ( ) ;
114
114
}
115
115
}
116
116
Original file line number Diff line number Diff line change 2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
4
4
<PropertyGroup >
5
- <DoVersion >7.2.0.103 </DoVersion >
5
+ <DoVersion >7.2.0.104 </DoVersion >
6
6
<DoVersionSuffix >servicetitan</DoVersionSuffix >
7
7
</PropertyGroup >
8
8
You can’t perform that action at this time.
0 commit comments