File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Tasks/Microsoft.NET.Build.Tasks/targets Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ Copyright (c) .NET Foundation. All rights reserved.
222
222
</PropertyGroup >
223
223
224
224
<!-- NOTE: Keep in sync with https://github.com/dotnet/msbuild/blob/main/src/Tasks/Microsoft.Common.tasks -->
225
- <!-- `Condition="Exists('$(RoslynTargetsPath)' )` is needed because the package might not be yet downloaded during restore in VS
225
+ <!-- `Condition="Exists(... )` is needed because the package might not be yet downloaded during restore in VS
226
226
and we do not want to fail the restore phase because of that. -->
227
227
<UsingTask TaskName =" Microsoft.CodeAnalysis.BuildTasks.CopyRefAssembly" AssemblyFile =" $(RoslynTasksAssembly)" Condition =" Exists('$(RoslynTasksAssembly)')" />
228
228
<UsingTask TaskName =" Microsoft.CodeAnalysis.BuildTasks.Csc" AssemblyFile =" $(RoslynTasksAssembly)" Condition =" Exists('$(RoslynTasksAssembly)')" />
You can’t perform that action at this time.
0 commit comments