Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
guirava committed Oct 13, 2024
1 parent 602d5f0 commit 698c49a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Utils/admin/HOWTO_MAKE_A_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,23 @@ If everything looks good, run the script again with the `-NotDryRun` switch:
```powershell
.\Utils\admin\New-RscSdkRelease.ps1 -NotDry
```

## Troubleshoting

```powershell
Exception:
Line |
| Remove-Item:
| ..\Utils\Clean-RscSdk.ps1:15 Line
| -Recurse -Force .\Output.Release -ErrorAction Stop
| Access to the path
| '..\Output.Release\...'
| is denied.
```

Part of the release process is to clean up build and output directories,
if you're on Windows and you get this error, it's likely because you have
a PowerShell session or an IDE that is using files that the script is
trying to clean up. Other OSes handle this better, but on Windows you
need to close your IDEs, your explorer windows, your PowerShell sessions,
and start a new one and start over...

0 comments on commit 698c49a

Please sign in to comment.