File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# escape=`
2
2
#0.3.6 (no powershell 6)
3
- # FROM microsoft/windowsservercore
4
3
FROM microsoft/dotnet-framework:4.7.1
5
4
LABEL maintainer='PowerShell Team <
[email protected] >'
6
5
LABEL 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 )
1
2
push-location C:/ PSScriptAnalyzer
2
3
import-module C:/ PSScriptAnalyzer/ Utils/ ReleaseMaker.psm1
3
4
New-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 2
2
"Windows" : {
3
3
"Name" : " win7-x64" ,
4
4
"RepoDestinationPath" : " C:\\ PSScriptAnalyzer" ,
5
- "BuildCommand" : " C:\\ containerFiles\\ buildPSSA.ps1" ,
5
+ "BuildCommand" : " C:\\ containerFiles\\ buildPSSA.ps1 -target _DockerVolume_ " ,
6
6
"DockerFile" : " .\\ tools\\ releaseBuild\\ Image\\ DockerFile" ,
7
7
"DockerImageName" : " pssa" ,
8
8
"BinaryBucket" : " release" ,
You can’t perform that action at this time.
0 commit comments