summaryrefslogtreecommitdiff
path: root/src/Directory.Build.props (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Audit all transitive dependencies and fix latest vulnerabilitiesRob Mensching2024-12-271-1/+3
| | | | | Also, standardize .NET Core TFMs listed before .NET Framework TFMs for no reason but to be consistent
* Build native code with VC v143 toolset only.Bob Arnson2024-06-101-1/+1
| | | | | | v143 output is compatible back to VS2017 (at least). Fixes https://github.com/wixtoolset/issues/issues/8211.
* Move to ReleaseFlow and SomeVerRob Mensching2024-04-251-4/+0
|
* Ensure all published .nupkgs have an iconRob Mensching2022-11-081-0/+1
|
* Use packageSourceMapping to control source of NuGet packagesRob Mensching2022-10-031-1/+1
| | | | | | | | | | Contrary to common-sense, NuGet package sources are not ordered. Thus, the existence of nuget_official.config is pointless as it was an attempt to prefer already published .nupkgs over newly built .nupkgs in post-GA builds. Instead, NuGet introduced packageSourceMapping which is a more powerful solution to address post-GA package resolution.
* Ignore NU1507 to work-around Centrally Versioned Packaging changeRob Mensching2022-05-241-1/+1
| | | | | | | Centrally Versioned Packaging made a change at RTM to dissuade the use of multiple NuGet repositories. The WiX build is designed to use multiple repositories specifically ordered to provide the appropriate fallback behavior, so disabling this new warning globally.
* Configure crash dumps and get them and pdbs in the logs artifactSean Hall2022-03-071-1/+1
|
* Create single .zip file for non-embedded pdb filesRob Mensching2022-02-171-0/+1
| | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files.
* Always run upgrade related bundles last.Sean Hall2022-01-061-0/+1
| | | | #5128
* Use `v143` toolset except `v141` for libs.Bob Arnson2021-12-251-0/+5
|
* Fix build versioning to ignore tags.Bob Arnson2021-06-281-0/+1
|
* WiX Toolset v4-preview.0v4.0.0-preview.0Rob Mensching2021-05-171-0/+1
|
* Implement integrated build processRob Mensching2021-05-111-6/+9
|
* Introduce new versioning system based on GitInfoRob Mensching2021-04-291-1/+4
|
* Modernize build systemRob Mensching2021-03-161-3/+1
|
* Strong-name sign WiX assemblies.Bob Arnson2020-10-281-1/+4
|
* Update to latest Home\repo-templateRob Mensching2018-12-221-6/+3
|
* Enable use of NCrunchRob Mensching2018-10-031-4/+11
|
* Initial commitRob Mensching2017-09-071-0/+1
|
* Initialize repoRob Mensching2017-09-031-0/+21