File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ function Build {
3636
3737 $ScriptHome = $PSScriptRoot
3838 $ProjectRoot = Resolve-Path - Path " $PSScriptRoot /../.."
39- $BuildSpecFile = " ${ProjectRoot} /buildspec.json"
4039
4140 $UtilityFunctions = Get-ChildItem - Path $PSScriptRoot / utils.pwsh/* .ps1 - Recurse
4241
@@ -45,8 +44,6 @@ function Build {
4544 . $Utility.FullName
4645 }
4746
48- $BuildSpec = Get-Content - Path ${BuildSpecFile} - Raw | ConvertFrom-Json
49-
5047 Install-BuildDependencies - WingetFile " ${ScriptHome} /.Wingetfile"
5148
5249 Push-Location - Stack BuildTemp
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ function Package {
3434
3535 $ScriptHome = $PSScriptRoot
3636 $ProjectRoot = Resolve-Path - Path " $PSScriptRoot /../.."
37- $BuildSpecFile = " ${ProjectRoot} /buildspec.json"
3837
3938 $UtilityFunctions = Get-ChildItem - Path $PSScriptRoot / utils.pwsh/* .ps1 - Recurse
4039
You can’t perform that action at this time.
0 commit comments