Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure all published .nupkgs have an icon | Rob Mensching | 2022-11-08 | 1 | -0/+1 |
| | |||||
* | Use packageSourceMapping to control source of NuGet packages | Rob Mensching | 2022-10-03 | 1 | -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 change | Rob Mensching | 2022-05-24 | 1 | -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 artifact | Sean Hall | 2022-03-07 | 1 | -1/+1 |
| | |||||
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 1 | -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 Hall | 2022-01-06 | 1 | -0/+1 |
| | | | | #5128 | ||||
* | Use `v143` toolset except `v141` for libs. | Bob Arnson | 2021-12-25 | 1 | -0/+5 |
| | |||||
* | Fix build versioning to ignore tags. | Bob Arnson | 2021-06-28 | 1 | -0/+1 |
| | |||||
* | WiX Toolset v4-preview.0v4.0.0-preview.0 | Rob Mensching | 2021-05-17 | 1 | -0/+1 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 1 | -6/+9 |
| | |||||
* | Introduce new versioning system based on GitInfo | Rob Mensching | 2021-04-29 | 1 | -1/+4 |
| | |||||
* | Modernize build system | Rob Mensching | 2021-03-16 | 1 | -3/+1 |
| | |||||
* | Strong-name sign WiX assemblies. | Bob Arnson | 2020-10-28 | 1 | -1/+4 |
| | |||||
* | Update to latest Home\repo-template | Rob Mensching | 2018-12-22 | 1 | -6/+3 |
| | |||||
* | Enable use of NCrunch | Rob Mensching | 2018-10-03 | 1 | -4/+11 |
| | |||||
* | Initial commit | Rob Mensching | 2017-09-07 | 1 | -0/+1 |
| | |||||
* | Initialize repo | Rob Mensching | 2017-09-03 | 1 | -0/+21 |