Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Include readmes (microsoft/vscode-remote#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Apr 15, 2019
1 parent 04f2338 commit fea4828
Show file tree
Hide file tree
Showing 4 changed files with 529 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Thumbs.db
*.class
*.tgz

containers-readmes

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
Expand Down
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ steps:
inputs:
versionSpec: "10.15.1"

- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
inputs:
versionSpec: "1.10.1"

- script: |
set -e
Expand Down
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@
"name": "vscode-dev-containers",
"version": "0.5.0",
"description": "VS Code Dev Containers: Definitions and Templates",
"files": [
"containers",
"repository-containers"
],
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-dev-containers.git"
},
"author": "Microsoft Corporation",
"license": "SEE LICENSE IN LICENSE.md"
"license": "SEE LICENSE IN LICENSE.md",
"files": [
"containers",
"containers-readmes",
"repository-containers"
],
"scripts": {
"prepack": "rimraf containers-readmes && copyfiles --up 1 containers/**/README.md containers-readmes"
},
"devDependencies": {
"copyfiles": "^2.1.0",
"rimraf": "^2.6.3"
}
}
Loading

0 comments on commit fea4828

Please sign in to comment.