Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nx-dotnet/nx-dotnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.2
Choose a base ref
...
head repository: nx-dotnet/nx-dotnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 5 commits
  • 50 files changed
  • 5 contributors

Commits on Jan 30, 2024

  1. fix(core): remove restriction of configuration (#823)

    Prior to this change the schema.jsons for build and publish required
    the build configuration to be either Debug or Release. This change
    removes that restriction, allowing build configurations with other names
    tomemelko authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    49b341f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    d9fff67 View commit details
    Browse the repository at this point in the history
  2. fix(dotnet): prevent "false" being incorrectly passed to dotnet comma…

    …nd (#818)
    
    * fix(dotnet): prevent "false" being incorrectly passed to dotnet command
    
    * chore(dotnet): refactor how command line flags are built
    EchelonFour authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    0945571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6085c50 View commit details
    Browse the repository at this point in the history
  4. release: 2.2.0 [skip ci]

    # [2.2.0](v2.1.2...v2.2.0) (2024-01-31)
    
    ### Bug Fixes
    
    * **core:** remove restriction of configuration ([#823](#823)) ([49b341f](49b341f))
    * **dotnet:** prevent "false" being incorrectly passed to dotnet command ([#818](#818)) ([0945571](0945571))
    
    ### Features
    
    * add options to sync the `gh-pages` branch with the base branch … ([#815](#815)) ([d9fff67](d9fff67))
    * **core:** update inference configuration ([#822](#822)) ([6085c50](6085c50))
    
    Jan 31, 2024, 10:32 PM
    semantic-release-bot committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    84f35f1 View commit details
    Browse the repository at this point in the history
Loading