Skip to content

Commit 5d67786

Browse files
rolfbjarneCopilot
andauthored
Update dotnet/targets/Microsoft.Sdk.R2R.targets
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 51d790c commit 5d67786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)