From 87d49dedaa44b8263038847dae15f93acb683b70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Brid?= <36547063+RBrid@users.noreply.github.com> Date: Mon, 15 Mar 2021 17:09:40 -0700 Subject: [PATCH] User/regisb/fix mux release pipeline fragility5 (#4530) * Fixing NavigationView verification files * Workaround for robocopy fragility --- tools/InternalWindowsSDKNuget/MergeNupkgParts.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/InternalWindowsSDKNuget/MergeNupkgParts.cmd b/tools/InternalWindowsSDKNuget/MergeNupkgParts.cmd index e61f300d48..e60010c30b 100644 --- a/tools/InternalWindowsSDKNuget/MergeNupkgParts.cmd +++ b/tools/InternalWindowsSDKNuget/MergeNupkgParts.cmd @@ -13,6 +13,7 @@ REM - 0x0 for no files copied, REM - 0x1 for files copied, (https://support.microsoft.com/en-us/kb/954404) REM - 0×2 for Some Extra files or directories were detected. Some housekeeping may be needed. IF %ERRORLEVEL%==1 set ERRORLEVEL=0 +IF %ERRORLEVEL%==2 set ERRORLEVEL=0 IF %ERRORLEVEL%==3 set ERRORLEVEL=0 exit /B %ERRORLEVEL% \ No newline at end of file