From 0c60adcab596ac500fdd969eba941389c5d66e7f Mon Sep 17 00:00:00 2001 From: Jhett Black <10942655+jhett12321@users.noreply.github.com> Date: Fri, 29 Nov 2024 01:30:37 +0100 Subject: [PATCH] Update mount paths. --- .devcontainer/devcontainer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3562083..e907728 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,8 @@ { "name": "nwnx.net", "image": "nwnxee/unified:build8193.36", - "workspaceFolder": "/workspace", + "workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/NWNX.NET,type=bind", + "workspaceFolder": "/workspaces/NWNX.NET", "features": { "ghcr.io/devcontainers/features/dotnet:2": { "version": "8.0" @@ -32,8 +33,8 @@ "NWNX_DOTNET_NEW_BOOTSTRAP": "y", "NWNX_DOTNET_SKIP": "n", "NWNX_SWIG_DOTNET_SKIP": "n", - "NWNX_DOTNET_ASSEMBLY": "/workspace/NWNX.NET.Tests/bin/Debug/NWNX.NET.Tests", - "NWNX_DOTNET_TEST_RESULT_PATH": "/workspace/NWNX.NET.Tests/bin/Debug/NWNX.NET.Tests/results", + "NWNX_DOTNET_ASSEMBLY": "/workspaces/NWNX.NET/NWNX.NET.Tests/bin/Debug/NWNX.NET.Tests", + "NWNX_DOTNET_TEST_RESULT_PATH": "/workspaces/NWNX.NET/NWNX.NET.Tests/bin/Debug/NWNX.NET.Tests/results", "NWNX_CORE_LOG_LEVEL": "7" } }