We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3de5ba commit 08fb122Copy full SHA for 08fb122
nuget.package/Tools/GetLibGit2SharpPostBuildCmd.ps1
@@ -8,6 +8,6 @@ $x64 = $(Join-Path $NativeAssembliesDir "amd64\*.*")
8
$LibGit2SharpPostBuildCmd = "
9
if not exist `"`$(TargetDir)NativeBinaries`" md `"`$(TargetDir)NativeBinaries`"
10
if not exist `"`$(TargetDir)NativeBinaries\x86`" md `"`$(TargetDir)NativeBinaries\x86`"
11
-xcopy /s /y `"$x86`" `"`$(TargetDir)NativeBinaries\x86`"
+xcopy /s /y /d `"$x86`" `"`$(TargetDir)NativeBinaries\x86`"
12
if not exist `"`$(TargetDir)NativeBinaries\amd64`" md `"`$(TargetDir)NativeBinaries\amd64`"
13
-xcopy /s /y `"$x64`" `"`$(TargetDir)NativeBinaries\amd64`""
+xcopy /s /y /d `"$x64`" `"`$(TargetDir)NativeBinaries\amd64`""
0 commit comments