"name": "C# (.NET)",
"build": {
"dockerfile": "Dockerfile",
- "args": {
- // Update 'VARIANT' to pick a .NET Core version: 2.1, 3.1, 5.0, 6.0
- "VARIANT": "6.0-focal",
+ "args": {
+ // Update 'VARIANT' to pick a .NET Core version: 2.1, 3.1, 5.0
+ "VARIANT": "6.0",
+ // Options
+ "NODE_VERSION": "lts/*"
}
},
"ms-vscode.cpptools-extension-pack"
],
+ // Needed to debug sos extension under container.
+ "privileged": true,
+
// Add the locally installed dotnet to the path to ensure that it is activated
// This allows developers to just use 'dotnet build' on the command-line, and the local dotnet version will be used.
// Add the global tools dir to the PATH so that globally installed tools will work
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
-}
+}
\ No newline at end of file
}
source "$__RepoRootDir"/eng/native/build-commons.sh
-source "$repoRootDir/eng/native/init-os-and-arch.sh"
+source "$__RepoRootDir/eng/native/init-os-and-arch.sh"
__BuildArch="$arch"