Need Help With Using Sandbox to Test Manifests #27544
-
How do I use Windows Sandbox to test a Manifest? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
The easiest way is via the SandboxTest.ps1 script in the Tools directory. From PowerShell (presuming your working directory is the root of the repo):
|
Beta Was this translation helpful? Give feedback.
-
I think this is my problem
How do I do this? |
Beta Was this translation helpful? Give feedback.
-
If you have the repo open in Windows Explorer, go to the File menu and click “Open PowerShell window”. If you’re in VSCode, it should be the folder that opens when you open a terminal. |
Beta Was this translation helpful? Give feedback.
-
@Rolling2405 Is your issue fixed? |
Beta Was this translation helpful? Give feedback.
The easiest way is via the SandboxTest.ps1 script in the Tools directory.
From PowerShell (presuming your working directory is the root of the repo):
.\Tools\SandboxTest.ps1 <path to your manifest's folder>
will run it with the default options.