Skip to content

Commit 6121249

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/windows-dev-docs-pr (branch live)
2 parents 36f9761 + fa0f98c commit 6121249

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

hub/dev-drive/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mattwojo
55
ms.author: mattwoj
66
manager: jken
77
ms.topic: article
8-
ms.date: 06/09/2023
8+
ms.date: 08/08/2023
99
---
1010

1111
# Set up a Dev Drive on Windows 11 (Public Preview)
@@ -322,6 +322,14 @@ You can access Dev Drive project files, which run on the Windows file system, fr
322322

323323
See [`MSFT_Volume class`](/windows-hardware/drivers/storage/format-msft-volume) in the Windows Driver docs.
324324

325+
### How to configure and use Live Unit Testing with a Dev Drive?
326+
327+
You can find guidance on [How to configure and use Live Unit Testing](/visualstudio/test/live-unit-testing) in the Visual Studio documentation. However, be aware that there is a dependency on [ProjFS](/windows/win32/projfs/projected-file-system). You will need to move the Live Unit Testing workspace root to the Dev Drive and add Windows Projected File System to the allowed filter list. You can do so using the following command in PowerShell:
328+
329+
```powershell
330+
fsutil devdrv setfiltersallowed PrjFlt
331+
```
332+
325333
### How to contribute to these docs and FAQs?
326334

327335
If you find any issues in this documentation or would like to contribute additional FAQ suggestions, visit the [Windows Dev Docs open source repo on GitHub](https://github.com/MicrosoftDocs/windows-dev-docs/issues).

0 commit comments

Comments
 (0)