A quick collection of quick fixes (#20993)
* Quick fix: Simplify devBuilds.yml - remove an excess build step * Quick fix: Move `SetupNugetSources` script invocations above `parameters.beforeBuild` - ensure NuGet.config is ready for all internal builds - remove now-duplicate `SetupNugetSources` invocations wherever default-build.yml is used * Quick fix: Clean up SiteExtensions/build.cmd - quote all rooted paths - check `%ERRORLEVEL%` after every `CALL` - nits: - add a few more `ECHO` commands - wrap long lines * Quick fix: Ensure `$(BuildNative)` is always set correctly - fix problems using `-all` or `/p:BuildAllProjects=true` without `-buildNative` - ensure `$(BuildNative)` is `false` where it's not supported - move some duplicated settings into eng/Common.props and `<Import />` the new file - remove now-duplicated parts of conditions using `$(BuildNative)` * Quick fix: Consistently use `--build-*` - avoid `/p:Build*` on the command line (except with eng/scripts/ci-source-build.sh) - nits: - remove now-useless `-buildNative` with `-all` - expand and correct a couple of related comments and messages * Quick fix: Support `-all` together with `-projects` - remove need to specify `/p:BuildAllProjects=true` - nit: simplify some Boolean logic
显示
- .azure/pipelines/ci.yml 9 个添加, 45 个删除.azure/pipelines/ci.yml
- .azure/pipelines/devBuilds.yml 3 个添加, 3 个删除.azure/pipelines/devBuilds.yml
- .azure/pipelines/jobs/codesign-xplat.yml 0 个添加, 8 个删除.azure/pipelines/jobs/codesign-xplat.yml
- .azure/pipelines/jobs/default-build.yml 18 个添加, 17 个删除.azure/pipelines/jobs/default-build.yml
- .azure/pipelines/quarantined-tests.yml 3 个添加, 3 个删除.azure/pipelines/quarantined-tests.yml
- Directory.Build.props 3 个添加, 6 个删除Directory.Build.props
- build.ps1 4 个添加, 3 个删除build.ps1
- build.sh 7 个添加, 5 个删除build.sh
- docs/BuildFromSource.md 1 个添加, 1 个删除docs/BuildFromSource.md
- eng/Build.props 3 个添加, 12 个删除eng/Build.props
- eng/Common.props 25 个添加, 0 个删除eng/Common.props
- eng/Signing.props 1 个添加, 2 个删除eng/Signing.props
- eng/scripts/CodeCheck.ps1 2 个添加, 2 个删除eng/scripts/CodeCheck.ps1
- eng/targets/Npm.Common.targets 1 个添加, 1 个删除eng/targets/Npm.Common.targets
- eng/targets/ResolveIisReferences.targets 26 个添加, 31 个删除eng/targets/ResolveIisReferences.targets
- src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj 4 个添加, 3 个删除src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj
- src/Servers/IIS/AspNetCoreModuleV2/Symbols/Microsoft.AspNetCore.ANCMSymbols.csproj 1 个添加, 1 个删除...eModuleV2/Symbols/Microsoft.AspNetCore.ANCMSymbols.csproj
- src/Servers/IIS/IIS/src/Microsoft.AspNetCore.Server.IIS.csproj 1 个添加, 1 个删除...ervers/IIS/IIS/src/Microsoft.AspNetCore.Server.IIS.csproj
- src/Servers/IIS/IntegrationTesting.IIS/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj 1 个添加, 1 个删除...Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj
- src/SiteExtensions/build.cmd 23 个添加, 9 个删除src/SiteExtensions/build.cmd
加载中
想要评论请 注册 或 登录