Skip to content

Commit

Permalink
Foo
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmeisterAn committed Sep 21, 2024
1 parent 1890d34 commit 1ce5de3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@
"extensions": [
"ms-azuretools.vscode-docker",
"ms-dotnettools.csdevkit"
]
],
"settings": {
"csdevkit.solution": "${containerWorkspaceFolder}/Testcontainers.sln"
}
}
},
"postCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder} && git lfs checkout",
"postStartCommand": ["dotnet", "build", "/workspaces/testcontainers-dotnet/Testcontainers.sln", "/consoleLoggerParameters:NoSummary", "/property:GenerateFullPaths='true'", "/property:Configuration='Debug'", "/property:Platform='Any CPU'"]
"postStartCommand": ["dotnet", "build", "${containerWorkspaceFolder}/Testcontainers.sln", "/consoleLoggerParameters:NoSummary", "/property:GenerateFullPaths='true'", "/property:Configuration='Debug'", "/property:Platform='Any CPU'"]
}

0 comments on commit 1ce5de3

Please sign in to comment.