diff --git a/Framework/Framework.csproj b/Framework/Framework.csproj index 5fb361a12..ee40fc14c 100644 --- a/Framework/Framework.csproj +++ b/Framework/Framework.csproj @@ -270,7 +270,7 @@ - if not exist "$(TargetDir)Logs" mkdir "$(TargetDir)Logs" + if not exist "$(TargetDir)Logs" then mkdir "$(TargetDir)Logs"