Commit graph

9 commits

Author SHA1 Message Date
Viktor Hofer
d3b25302eb
Remove VMR and source-build infrastructure from installer (#19697) 2024-05-07 09:44:18 -05:00
Michael Yanni
d94e51da9f Addressing PR feedback. Trying the signing for Valleysoft.DockerCredsProvider.dll again. 2024-04-02 15:46:55 -07:00
Michael Yanni
990e256cef Updated finalizer to have the same changes that were done in the SDK repo branch. Removed the chain of cs/proj file calling. finalizer-build.csproj drives the main process. Adjustments to simplify CMakeLists.txt paths. 2024-02-07 12:24:17 -08:00
Přemek Vysoký
118280814f
Fix VMR initialization (#15169)
Co-authored-by: Andrii Patsula <andriy.patsula@gmail.com>
2022-12-21 17:46:06 +01:00
Michael Simons
144a5f4328
Remove source-build tarball creation infrastructure (#15114)
* Remove source-build tarball creation infrastructure

* Remove tarball logic to build text-only packages
2022-12-09 15:27:13 -06:00
1e7182a06f
Add support for arm platform 2022-10-21 14:47:40 -05:00
Přemek Vysoký
b9635390c8
Add a VMR initialization (bootstrap) process (#14343)
Adds the possibility to initialize a fresh VMR off of the current `dotnet/installer` commit.
Similarly to the tarball generation, the process can be triggered by running:
```
./build.sh /p:InitializeVMR=true /p:VmrDir=[Path were VMR will be created]
```
2022-08-23 21:06:59 +02:00
Dan Seefeldt
832010fdf6
Initial checkin of source-build tarball build infrastructure (#10961)
* Initial checkin of source-build tarball build infra

* Add a couple more comments

* Update eng/SourceBuild.Version.Details.xml based on PR review

Co-authored-by: Chris Rummel <crummel@microsoft.com>

* Updates based on PR review comments

Co-authored-by: Chris Rummel <crummel@microsoft.com>
2021-06-24 16:36:04 -05:00
Jacques Eloff
3c87114e6d
Optional Workload: Finalizer (#10356)
MSI finalizer to remove optional workloads when uninstalling the SDK.
2021-05-04 20:55:39 -07:00