Skip to content

Commit 6c80077

Browse files
author
Mehmet Seckin
committed
ci: remove bundling tasks
1 parent 15f67fe commit 6c80077

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pipelines/templates/stages/build.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,7 @@ stages:
5757
/p:EnableCompressionInSingleFile=true \
5858
/p:DebugType=embedded \
5959
--self-contained true
60-
dotnet msbuild "$(projectDirectory)" \
61-
-t:BundleApp \
62-
-p:RuntimeIdentifier=${{ parameters.runtimeIdentifier }} \
63-
-p:Configuration=$(buildConfiguration) \
64-
-p:PublishDir="$(outputDirectory)" \
65-
-p:CFBundleShortVersionString=$(Build.BuildNumber) \
66-
-p:CFBundleVersion=$(Build.BuildNumber)
67-
displayName: 'Publish as macOS app bundle'
60+
displayName: 'Publish as self-contained executable for macOS'
6861
condition: or(eq('${{ parameters.runtimeIdentifier }}', 'osx-x64'), eq('${{ parameters.runtimeIdentifier }}', 'osx-arm64'))
6962
7063
# Linux Build

0 commit comments

Comments
 (0)