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

[release/6.0] Fix stable builds for some transport packages #60635

Merged
merged 2 commits into from Oct 19, 2021

Commits on Oct 19, 2021

  1. Fix stable builds for some transport packages

    Some non-shipping transport and sources packages were getting incorrectly getting stable versions. This didn't show up in the servicing excercise, though they probably did the right thing for unrelated reasons. My guess is that a number of the .proj files that should not be stabilized used to be pkgproj files. The conditional only covered pkgproj.
    mmitche committed Oct 19, 2021
    Copy the full SHA
    24475be View commit details
    Browse the repository at this point in the history
  2. Fix transport package version by not using PackageVersion property on…

    … workloads-testing.targets
    safern committed Oct 19, 2021
    Copy the full SHA
    015738c View commit details
    Browse the repository at this point in the history