Skip to content

Commit 6735f2b

Browse files
authored
[build] Remove to create msbuild.zip/bundle.zip. (#24724)
We don't use the msbuild.zip/bundle.zip files anymore, so the code to produce these can be deleted.
1 parent e4ee8e3 commit 6735f2b

File tree

3 files changed

+0
-70
lines changed

3 files changed

+0
-70
lines changed

Makefile

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,6 @@ install-hook::
6464
all-hook install-hook::
6565
$(Q) $(MAKE) -C dotnet shutdown-build-server
6666

67-
.PHONY: package release
68-
package release:
69-
$(Q) $(MAKE) -C $(TOP)/release release
70-
# copy .pkg, .zip and *updateinfo to the packages directory to be uploaded to storage
71-
$(Q) mkdir -p ../package
72-
$(Q) echo "Output from 'make release':"
73-
$(Q) ls -la $(TOP)/release | sed 's/^/ /'
74-
$(Q) if test -n "$$(shopt -s nullglob; echo $(TOP)/release/*.pkg)"; then $(CP) $(TOP)/release/*.pkg ../package; fi
75-
$(Q) if test -n "$$(shopt -s nullglob; echo $(TOP)/release/*.zip)"; then $(CP) $(TOP)/release/*.zip ../package; fi
76-
$(Q) if test -n "$$(shopt -s nullglob; echo $(TOP)/release/*updateinfo)"; then $(CP) $(TOP)/release/*updateinfo ../package; fi
77-
$(Q) echo "Packages:"
78-
$(Q) ls -la ../package | sed 's/^/ /'
79-
8067
dotnet-install-system:
8168
$(Q) $(MAKE) -C dotnet install-system
8269

release/.gitignore

Lines changed: 0 additions & 14 deletions
This file was deleted.

release/Makefile

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)