Skip to content

Commit 171da65

Browse files
TravisEz13daviwil
authored andcommitted
add build definition
1 parent 9702c9d commit 171da65

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

tools/releaseBuild/build.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"Windows": [
3+
{
4+
"Name": "win",
5+
"RepoDestinationPath": "C:\\vscode-powershell",
6+
"BuildCommand": "C:\\build.ps1 -location _RepoDestinationPath_ -destination _DockerVolume_",
7+
"BuildDockerOptions": [
8+
"-m",
9+
"3968m"
10+
],
11+
"DockerFile": ".\\tools\\releaseBuild\\images\\microsoft_windowsservercore\\DockerFile",
12+
"AdditionalContextFiles" :[ ".\\tools\\releaseBuild\\images\\microsoft_windowsservercore\\build.ps1"],
13+
"DockerImageName": "psvsc-winsrvcore",
14+
"BinaryBucket": "release"
15+
}
16+
],
17+
"Linux": [
18+
]
19+
}

0 commit comments

Comments
 (0)