dotnet-installer/src/SourceBuild/Arcade
Dan Seefeldt 5048e0f143
[Arpow Tarball] Add flag to build with online sources (#11091)
* Add SBRP packages to prev source-built

* Don't delete SBRP packages

* Add BuildWithOnlineSources flag

* Build tarball in CI with online sources

* Remove OfflineBuild / add BuildWithOnlineSources

* Add --online option to tarball build.sh

* Additional cleanup for tarball build

* Rename baseline file

* Update baseline

* Remove acquire-darc.proj

* Default DotNetBuildOffline to true

* Fix line endings in RemoveInternetSources

* Update src/SourceBuild/Arcade/eng/common/templates/steps/source-build-run-tarball-build.yml

Co-authored-by: Michael Simons <msimons@microsoft.com>

Co-authored-by: Michael Simons <msimons@microsoft.com>
2021-07-09 21:42:42 +00:00
..
eng/common/templates [Arpow Tarball] Add flag to build with online sources (#11091) 2021-07-09 21:42:42 +00:00
src Initial checkin of source-build tarball build infrastructure (#10961) 2021-06-24 16:36:04 -05:00
tools Refactor tarball creation to avoid retrieving all git history (#11029) 2021-07-07 09:24:46 -05:00
README.md Initial checkin of source-build tarball build infrastructure (#10961) 2021-06-24 16:36:04 -05:00

The source and targets in the src/SourceBuild/Arcade directory are intended to move into the Arcade repo at some point. They are added here for ease of development while developing the tarball generation process. See https://github.com/dotnet/source-build/issues/2295