File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# escape=`
22#0.3.6 (no powershell 6)
3- # FROM microsoft/windowsservercore
43FROM microsoft/dotnet-framework:4.7.1
54LABEL maintainer='PowerShell Team <
[email protected] >'
65LABEL description="This Dockerfile for Windows Server Core with git installed via chocolatey."
Original file line number Diff line number Diff line change 1+ param ( [string ]$target )
12push-location C:/ PSScriptAnalyzer
23import-module C:/ PSScriptAnalyzer/ Utils/ ReleaseMaker.psm1
34New-ReleaseBuild
4- Copy-Item - Recurse C:/ PSScriptAnalyzer/ out C: /
5+ Copy-Item - Recurse C:/ PSScriptAnalyzer/ out/* ${target}
Original file line number Diff line number Diff line change 22 "Windows" : {
33 "Name" : " win7-x64" ,
44 "RepoDestinationPath" : " C:\\ PSScriptAnalyzer" ,
5- "BuildCommand" : " C:\\ containerFiles\\ buildPSSA.ps1" ,
5+ "BuildCommand" : " C:\\ containerFiles\\ buildPSSA.ps1 -target _DockerVolume_ " ,
66 "DockerFile" : " .\\ tools\\ releaseBuild\\ Image\\ DockerFile" ,
77 "DockerImageName" : " pssa" ,
88 "BinaryBucket" : " release" ,
You can’t perform that action at this time.
0 commit comments