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

Publish projects to individual folders rather than publishing the whole solution to one folder (fixes #974) #975

Merged

Commits on Oct 18, 2024

  1. .build/runbuild.ps1: Removed zipPublishedArtifacts and publishedArtif…

    …actZipFileName parameters because they are not in use
    NightOwl888 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    70e36d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83f8d47 View commit details
    Browse the repository at this point in the history
  3. run-tests-on-os.yml: Don't copy the test binaries. We put them in sep…

    …arate directories during publish instead.
    NightOwl888 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    11313f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. azure-pipelines.yml: Removed publish from the PSake run. We will be p…

    …ublishing in the pipeline, instead.
    NightOwl888 committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    5eaa1ea View commit details
    Browse the repository at this point in the history
  2. publish-test-binaries.yml: Added dotnet publish command to build the …

    …test binaries before uploading as artifacts and to delete them after uploaded to save disk space.
    NightOwl888 committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    81a8c49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a5f950 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba0f1b0 View commit details
    Browse the repository at this point in the history
  5. azure-pipelines.yml: Added task to delete nuget artifacts from the bu…

    …ild agent after they have been published to the pipeline
    NightOwl888 committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    763a900 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43a3c8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3338c75 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a049c0a View commit details
    Browse the repository at this point in the history