Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
Viktor Hofer e3c48b6bc0
Remove dead property from SourceBuild.props (#9989) 2024-02-26 13:57:18 +00:00
Chaojie 46d96f61b4 Remove redundant SourceBuildTrimNetFrameworkTargets property 2023-06-26 15:41:57 +08:00
Oleksandr Didyk e43cd6042f
add review comment to sb files (#8787)
* add review comment to sb files

* add CODEOWNERS entry for source-build
2023-06-13 10:39:16 -07:00
Nikola Milosavljevic b6fcfb9da0
Trim away netframework targets in source-build (#8418) 2023-03-10 08:20:01 -08:00
Fred Silberberg fcae93171c
Update file encoding to UTF-8 with BOM (#8099)
Since integrating our repos, there have been a number of changes in PRs that touch the encoding of the file, adding or removing a BOM as the editor in question decides. I've standardized on UTF-8 with BOM, as we do in roslyn, and put it in the .gitattributes so it should hopefully stay consistent.
2023-01-10 01:57:58 +00:00
Chris Sienkiewicz b6875a81a9
Enable source build (#7949)
* Enable source build
2022-11-29 16:20:27 -08:00
Doug Bunting 67f54bc819
Get publication working (#3)
- add missing pipeline configuration e.g. make Tests tab readable
- enable post-build signing, source-build, source-index
- use `build.sh` instead of `cibuild.sh` to avoid Linux and macOS publishing
  - disable Linux and macOS builds in official builds and manual builds (when `skipTests`)

nits:
- add default VS Code settings
- future-proof `vmImage` values
- remove a few unnecessary settings
  - do not need MicroBuild or (outdated) Helix settings
  - eng/common/ settings handle most artifact / test result publication
- remove whitespace
2021-11-22 11:25:37 -08:00