Skip to content
Snippets Groups Projects
Commit 2bb20199 authored by Recolic K's avatar Recolic K
Browse files

faq pwsh

parent 8c34f498
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,15 @@ CIS isn't fully happy with .NET 5. You should do the following manually:
1. Make sure you have copied *.xaml to the output directory.
2. You must delete all *.pdb file from the output directory. (or build a release/retail version instead of debug version)
- Powershell not working
Powershell sucks. Please use bash for windows. (MinGW bash is enough).
```bash
openxt env --local-repo-dir C:/oxtrepo --bin-dir C:/oxtbin --project-dir . > env.log
source env.log
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\devenv.exe" M365FleetAGC.sln
```
## Bug report
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment