Skip to content

Commit 270a76b

Browse files
rolfbjarneCopilot
andcommitted
Update dotnet/targets/Microsoft.Sdk.R2R.targets
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1d67cbf commit 270a76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/targets/Microsoft.Sdk.R2R.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
Inputs="$(_R2RDylibCachePath)"
299299
Outputs="$(_R2RDylibCachePath2)"
300300
>
301-
<Delete Files="$(_R2RFrameworkOutput)" />
301+
<Delete Files="$(_R2RDylibOutput)" />
302302
<Copy SourceFiles="$(_R2RDylibCachePath)" DestinationFiles="$(_R2RDylibCachePath2)" />
303303
<ItemGroup>
304304
<FileWrites Include="$(_R2RDylibCachePath2)" />

0 commit comments

Comments
 (0)