From 79dcfc583d00bf1d2ce6067971708504e76da5f8 Mon Sep 17 00:00:00 2001 From: zeromus Date: Sat, 2 May 2020 22:26:36 -0400 Subject: [PATCH] oops, use rmdir instead of rd --- Dist/BuildAndPackage.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dist/BuildAndPackage.bat b/Dist/BuildAndPackage.bat index ef4ac8e609..12935c8d5e 100644 --- a/Dist/BuildAndPackage.bat +++ b/Dist/BuildAndPackage.bat @@ -71,9 +71,9 @@ del temp\dll\*.xml rem we're building multiple copies of every assembly for some reason. this is a huge pain in the ass. rem until that's fixed, we need to delete them from the distribution -rd /s /q temp\dll\netstandard2.0 -rd /s /q temp\dll\netcoreapp3.1 -rd /s /q temp\dll\net48 +rmdir /s /q temp\dll\netstandard2.0 +rmdir /s /q temp\dll\netcoreapp3.1 +rmdir /s /q temp\dll\net48 cd temp