oops, use rmdir instead of rd
This commit is contained in:
parent
2bf1dfbd09
commit
79dcfc583d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue