Skip to content

Commit 503f6ad

Browse files
committed
CI: Remove buildspec usage from Windows builds
1 parent 52d9ec0 commit 503f6ad

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/scripts/Build-Windows.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/scripts/Package-Windows.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)