Skip to content
代码片段 群组 项目
  1. 6月 15, 2019
  2. 6月 14, 2019
  3. 6月 08, 2019
    • Nate McMaster's avatar
      Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) · 41ce223c
      Nate McMaster 创作于
      * Update build.cmd to install .NET Core into $repoRoot/.dotnet instead of $repoRoot/.dotnet/x64
      * Move restore sources from build/sources.props into eng/Versions.props (following arcade conventions)
      * Remove usages of RuntimeFrameworkVersion in tests and build
      * Update Blazor VSIX to use Arcade VSIX tools
      * Rename Common.Tests to IIS.Common.TestLib and make it a test asset
      * Remove custom versions props for ANCM installer code
      * Remove duplicate references to xunit and remove usages of IsTestProject
      * Remove duplicate references to Internal.AspNetCore.Analyzers
      * Import Arcade.Sdk props and targets and remove custom versioning props
      * Remove references to Internal.AspNetCore.Sdk
      * Rename PackageLicenseType => PackageLicenseExpression
      * Remove dependency on tasks in Internal.AspNetCore.Sdk, add ref to Internal.AspNetCore.BuildTasks as a temporary workaround
      * Use Arcade's nuspec support
      * Rename SignalR.Client.FunctionalTests to SignalR.Client.FunctionalTestApp
      * Fixes for changes to property evaluation order
      * Update BaseLineGenerator to netcoreapp3.0
      * React to changes in evaluation order in RPM files and quirks in using <Exec> instead of <Run>
      * Update Microsoft.Extensions.ApiDescription.Server to react to changes in Arcade packaging
      * Workaround aspnet/AspNetCore#11009
      41ce223c
  4. 2月 01, 2019
    • Nate McMaster's avatar
      Add new build.cmd/sh options for suppressing restore, NodeJS, setting target... · 6081fec8
      Nate McMaster 创作于
      Add new build.cmd/sh options for suppressing restore, NodeJS, setting target arch and OS name, and more (#7137)
      
      Add new command line parameters for working with the project:
      
      * `-NoBuild`, `-NoRestore` - these already existed, but users found it hard to discover this powershell syntax: '-build:$false'
      * `-Arch`/`--arch` - set the target CPU architecture to build. Defaults to x64
      * `--os-name` - on non-Windows builds, manually specify if the build should target Alpine. generic Linux, or MacOS
      * Rename flags used to build specific project types. The pattern now is `--build-$(group)` or `--no-build-$(group)` (In PowerShell its `-Build$(Group)` or `-NoBuild$(Group). Example: -NoBuildJava
      
      Changes to build definitions:
      * Update the ci build definition to build all supported architectures
      * Support publishing multiple artifacts per job
      
      Other changes:
      * `-NoBuild` implies `-NoRestore`
      * Add new properties, `TargetArchitecture`, `TargetOsName`, and `TargetRuntimeIdentifier`
      * Replace usages of `SharedFxRid` with these new properties
      * To make `--no-build-nodejs` actually work, replaced Components.Browser.JS.csproj with Components.Browser.JS.npmproj
      * Fix errors when building for win-arm on a clean machine
      * Fix a few other project errors, like using the wrong syntax for DefaultItemExcludes, or using the wrong Platform value for x86
      6081fec8
  5. 12月 21, 2018
    • Nate McMaster's avatar
      build.cmd/sh changes (#5958) · c3beb1f9
      Nate McMaster 创作于
      Update the build scripts to support building subfolders or subgroups of projects
      
      * Add build scripts for ci
      * Remove obsolete scripts
      * Add flags like --test and --pack to control running just test or packaging
      * Add flags like --managed and --native to control building sub-types of projects
      * Remove KoreBuild bootstrapper flags
      * Update to extensions 3.0.0-preview.18619.1 (needed to get a fix for aspnet/Extensions#815 to make this change work on MSBuild.exe)
      c3beb1f9
  6. 12月 06, 2018
  7. 12月 05, 2018
  8. 12月 04, 2018
  9. 12月 01, 2018
  10. 11月 28, 2018
  11. 11月 27, 2018
  12. 11月 22, 2018
加载中