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

Enhance project and target files to generate debugging symbol package files #2137

Merged

Commits on Aug 24, 2023

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

Commits on Aug 28, 2023

  1. Moved duplicate Nuget packaging properties from all csproj files into…

    … Directory.Build.props which is automatically imported.
    arellegue committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    96dabe4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

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

Commits on Oct 30, 2023

  1. Refactored Directory.build.Props, Versions.props, build.proj and MDS.…

    …AlwaysEncrypted.AzureKeyVaultProvider.csproj.
    arellegue committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    64cc0f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    f293ae0 View commit details
    Browse the repository at this point in the history
  2. Removed Microsoft.DotNet.XUnitExtensions.csproj which also no longer …

    …exists in latest version.
    arellegue committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    fc3b975 View commit details
    Browse the repository at this point in the history
  3. Moved package reference Microsoft.SourceLink.GitHub from Versions.pro…

    …ps to Directory.Build.props as the projects fals to build in the pipeline.
    arellegue committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    09783a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ff66ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30579ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47da0ee View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Added TF_BUILD condition.

    Add commit id to nuget package to create.
    arellegue committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ca3e5b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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

Commits on Nov 15, 2023

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

Commits on Jan 18, 2024

  1. Gathering all sourceLink related in directory.Build.props. Address a …

    …few minor issues. Upgrading Microsoft.SourceLink.GitHub to version 8.0.0
    JRahnama committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    10314e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f8abdd View commit details
    Browse the repository at this point in the history
  3. commit

    JRahnama committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d40c01d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ca6635 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. minor changes.

    Removing  <IncludeSymbols>true</IncludeSymbols> and <SymbolPackageFormat>snupkg</SymbolPackageFormat> as we do it inside pack command.
    Adding extra line at the end of Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.csproj
    JRahnama committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4e6e7af View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    6ff85b1 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'Upstream/main' into SupportNewSymbolsPa…

    …ckageGeneration
    
    # Conflicts:
    #	src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj
    DavoudEshtehari committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    bfef5aa View commit details
    Browse the repository at this point in the history