forked from USNavalResearchLaboratory/norm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed devcontainer format * Added dotnet-linux-x64 devcontainer * Changed devcontainer image to python * Pinned OS version * Updated devcontainer base image * Reverted changes to devcontainer * Moved linux devcontainer file * Updated dotnet-publish to use subfolder
- Loading branch information
Showing
3 changed files
with
30 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
.devcontainer/dotnet-linux-x64/.devcontainer/devcontainer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"image": "mcr.microsoft.com/devcontainers/cpp:1.0.0-buster", | ||
"features": { | ||
"ghcr.io/devcontainers/features/python:1": { | ||
"version": "3.11" | ||
}, | ||
"ghcr.io/devcontainers/features/dotnet:1": { | ||
"version": "6" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,6 +56,7 @@ jobs: | |
uses: devcontainers/[email protected] | ||
with: | ||
push: never | ||
subFolder: .devcontainer/dotnet-linux-x64 | ||
runCmd: | | ||
cd ./src/dotnet | ||
chmod 755 *.sh | ||
|