Skip to content

Commit 78bf05a

Browse files
Remove dead code
1 parent e8bb21b commit 78bf05a

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

.pipelines/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,6 @@ extends:
118118
- stage: LinuxBuild
119119
displayName: Linux Build
120120
jobs:
121-
# - template: .pipelines/templates/build-linux.yml@self
122-
# parameters:
123-
# ARCHITECTURE: 'linux-x64'
124-
# Name: 'Build_Linux_x64'
125-
126121
- template: .pipelines/templates/build-linux.yml@self
127122
parameters:
128123
ARCHITECTURE: 'linux-arm64'

build.psm1

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2121,23 +2121,6 @@ function Start-PSBootstrap {
21212121
Start-NativeExecution { apk update }
21222122
Start-NativeExecution { apk add $Deps }
21232123
}
2124-
2125-
<# Not needed any more #>
2126-
# Install [fpm](https://github.com/jordansissel/fpm) and [ronn](https://github.com/rtomayko/ronn)
2127-
# if ($Package) {
2128-
# try {
2129-
# # We cannot guess if the user wants to run gem install as root on linux and windows,
2130-
# # but macOs usually requires sudo
2131-
# $gemsudo = ''
2132-
# if($Environment.IsMacOS) {
2133-
# $gemsudo = $sudo
2134-
# }
2135-
# Start-NativeExecution ([ScriptBlock]::Create("$gemsudo gem install fpm -v 1.9.3"))
2136-
# Start-NativeExecution ([ScriptBlock]::Create("$gemsudo gem install ronn -v 0.7.3"))
2137-
# } catch {
2138-
# Write-Warning "Installation of fpm and ronn gems failed! Must resolve manually."
2139-
# }
2140-
# }
21412124
}
21422125

21432126
# Try to locate dotnet-SDK before installing it

0 commit comments

Comments
 (0)