minor doc
parent
e97ed194a7
commit
aedae7f426
|
@ -104,8 +104,6 @@ It is recommended that you include a script in your project that copies the `C:\
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
Copy-Item C:\source\ -Destination C:\build\ -Recurse -Force
|
Copy-Item C:\source\ -Destination C:\build\ -Recurse -Force
|
||||||
Set-Location -Path C:\build\source\
|
MSBuild C:\build\project.sln
|
||||||
MSBuild project.sln
|
Copy-Item C:\build\bin -Destination C:\source\ -Recurse -Force
|
||||||
Set-Location -Path C:\source\
|
|
||||||
Move-Item C:\build\source\ -Destination C:\source\build\ -Force
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue