We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9702c9d commit 171da65Copy full SHA for 171da65
tools/releaseBuild/build.json
@@ -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