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
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e1b23eb
Enchance project and target files to generate debugging symbols for n…
arellegue Aug 24, 2023
96dabe4
Moved duplicate Nuget packaging properties from all csproj files int…
arellegue Aug 28, 2023
bf8da42
Applied changes as per PR Review.
arellegue Aug 30, 2023
64cc0f8
Refactored Directory.build.Props, Versions.props, build.proj and MDS.…
arellegue Oct 30, 2023
f293ae0
Removed empty line to trigger piepline.
arellegue Nov 7, 2023
fc3b975
Removed Microsoft.DotNet.XUnitExtensions.csproj which also no longer …
arellegue Nov 7, 2023
09783a3
Moved package reference Microsoft.SourceLink.GitHub from Versions.pro…
arellegue Nov 7, 2023
3ff66ae
Removed commented out lines to trigger pipeline.
arellegue Nov 7, 2023
30579ce
Resolve conflict in build.proj
arellegue Nov 7, 2023
47da0ee
Moved package reference to Microsoft.SourceLink.GitHub back to each c…
arellegue Nov 7, 2023
ca3e5b2
Added TF_BUILD condition.
arellegue Nov 8, 2023
fc46a72
Add condition TF_BUILD == true to all references to Microsoft.SourceL…
arellegue Nov 14, 2023
c542b35
Updated BUILDGUIDE.md to show example of TF_BUILD.
arellegue Nov 15, 2023
10314e7
Gathering all sourceLink related in directory.Build.props. Address a …
Jan 18, 2024
7f8abdd
adding extra line at the end of build.proj
Jan 18, 2024
d40c01d
commit
Jan 18, 2024
7ca6635
Removing TF_BUILD from Microsoft.SourceLink.GitHub
Jan 18, 2024
4e6e7af
minor changes.
Jan 19, 2024
6ff85b1
Make inline comment of TF_Build
DavoudEshtehari Jan 24, 2024
bfef5aa
Merge remote-tracking branch 'Upstream/main' into SupportNewSymbolsPa…
DavoudEshtehari Jan 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed commented out lines to trigger pipeline.
arellegue committed Nov 7, 2023
commit 3ff66aeec49f28efb6e58f6d134e3a7fa77022b3
6 changes: 0 additions & 6 deletions tools/props/Versions.props
Original file line number Diff line number Diff line change
@@ -83,10 +83,4 @@
<TestAKVProviderVersion>$(NugetPackageVersion)</TestAKVProviderVersion>
<TestMicrosoftDataSqlClientVersion>$(NugetPackageVersion)</TestMicrosoftDataSqlClientVersion>
</PropertyGroup>
<!-- <itemgroup> -->
<!-- <packagereference condition="$(buildforrelease) == '' or $(buildforrelease) == 'true'" include="microsoft.sourcelink.github" version="1.1.1"> -->
<!-- <privateassets>all</privateassets> -->
<!-- <includeassets>runtime; build; native; contentfiles; analyzers; buildtransitive</includeassets> -->
<!-- </packagereference> -->
<!-- </itemgroup> -->
</Project>