mirror of
https://github.com/actions/node-versions.git
synced 2025-04-20 02:43:49 +00:00
Update win-node-builder.psm1
This commit is contained in:
parent
5c83b5281d
commit
6730960cfa
@ -72,7 +72,7 @@ class WinNodeBuilder : NodeBuilder {
|
|||||||
Create Node.js artifact installation script based on specified template.
|
Create Node.js artifact installation script based on specified template.
|
||||||
#>
|
#>
|
||||||
|
|
||||||
$installationScriptLocation = $installationScriptLocation = New-Item -Path $this.WorkFolderLocation -Name $this.InstallationScriptName -ItemType File -Force
|
$installationScriptLocation = New-Item -Path $this.WorkFolderLocation -Name $this.InstallationScriptName -ItemType File -Force
|
||||||
$installationTemplateLocation = Join-Path -Path $this.InstallationTemplatesLocation -ChildPath $this.InstallationTemplateName
|
$installationTemplateLocation = Join-Path -Path $this.InstallationTemplatesLocation -ChildPath $this.InstallationTemplateName
|
||||||
$installationTemplateContent = Get-Content -Path $installationTemplateLocation -Raw
|
$installationTemplateContent = Get-Content -Path $installationTemplateLocation -Raw
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user