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

force set Condition="false" on Microsoft.WebApplication.targets #8946

Merged
merged 7 commits into from
Feb 6, 2024

Commits on Jan 31, 2024

  1. force set Condition="false" on Microsoft.WebApplication.targets

    The file $(VSToolsPath)\WebApplications\Microsoft.WebApplications.targets can never be resolved in the updater as
    it runs in the Linux Docker container, so an always false condition is added to that import to make the minimal change necessary to allow the NuGet updater to successfully run.  After completion, the condition attribute is restored.
    brettfo committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    53b227b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    ba2f6e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69e740e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fa3c73 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    80e424e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ee3d32 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    0fb0c33 View commit details
    Browse the repository at this point in the history