Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultiTarget Matrix for CI, support for solution generation #456

Merged
merged 19 commits into from
Aug 2, 2024

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    8e8464a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3855bef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ec6802 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19f0cdb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2ca312 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e3ce3f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6dc6a9b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Fixed syntax error

    Arlodotexe committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b6f01e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Update tooling pointer

    Arlodotexe committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    651393c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    885976a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f670b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    ba15056 View commit details
    Browse the repository at this point in the history
  2. Fixed syntax error

    Arlodotexe committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f448167 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e66773 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Use recursive wildcard for discovering nuget packages.

    It should have output the *.nupkg for all packages to the path ./ we passed into the build script, but the ./*.nupkg wildcard failed to find them for artifact upload.
    
    Either our script copies nupkg to the given folder locally but not in CI, or `dotnet nuget push ./*.nupkg` failed to locate nupkg files output to the working directory. Let's see which one.
    Arlodotexe committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    088a1ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6af5ad0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f1713c View commit details
    Browse the repository at this point in the history
  4. Revert "Update tooling to latest main"

    This reverts commit 9f1713c.
    Arlodotexe committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4a4081c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3381262 View commit details
    Browse the repository at this point in the history