minor doc

master
JoYo 2021-02-19 20:15:02 -05:00
parent e97ed194a7
commit aedae7f426
1 changed files with 2 additions and 4 deletions

View File

@ -104,8 +104,6 @@ It is recommended that you include a script in your project that copies the `C:\
```powershell
Copy-Item C:\source\ -Destination C:\build\ -Recurse -Force
Set-Location -Path C:\build\source\
MSBuild project.sln
Set-Location -Path C:\source\
Move-Item C:\build\source\ -Destination C:\source\build\ -Force
MSBuild C:\build\project.sln
Copy-Item C:\build\bin -Destination C:\source\ -Recurse -Force
```