Skip to content

Commit

Permalink
User/regisb/fix mux release pipeline fragility5 (#4530)
Browse files Browse the repository at this point in the history
* Fixing NavigationView verification files

* Workaround for robocopy fragility
  • Loading branch information
RBrid authored Mar 16, 2021
1 parent 1c72859 commit 87d49de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/InternalWindowsSDKNuget/MergeNupkgParts.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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%

0 comments on commit 87d49de

Please sign in to comment.