Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
microsoft
/
BuildXL
зеркало из
https://github.com/microsoft/BuildXL.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули BuildXL
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
ae103812d2
BuildXL
/
.sscignore
4 строки
50 B
Plaintext
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Merged PR 672424: Ignore .npmrc check. Configuration for feed is provided on command line Ignore .npmrc check. Configuration for feed is provided on command line
2022-07-29 02:49:23 +03:00
{
Merged PR 672428: Add CFS exemptions for nuget.config issues Central Feeds Service has injected some checks into our build to ensure we are only using package upstreams. It does this by validating that nuget.config files exist for each .csproj file and only include nonpublic feeds. The exhaust of this repository that we deploy is built under bxl.exe which doesn't use .csproj files. So by and large this configuration is correct by construction. Any Microsoft internal build uses the internal feed while public builds use public feeds. There are a handful of projects with checked in .csproj files. We want those files to be buildable both internally and externally. So pinning them to an internal only nuget.config file would not be appropriate. Ignore these CFS validations for the time being until they work out their policies for open sourced repos.
2022-07-29 20:54:26 +03:00
"cfs": ["CFS0001", "CFS0011", "CFS0012"]
Merged PR 672424: Ignore .npmrc check. Configuration for feed is provided on command line Ignore .npmrc check. Configuration for feed is provided on command line
2022-07-29 02:49:23 +03:00
}