Commit 2e2faf9
Merge latest Library.Template (#348)
* Drop `auto-insertion` tag handling
Now that official and unofficial pipelines are distinct, there's no real reason to avoid triggering an insertion with every official build.
* Update actions/checkout digest to 93cb6ef
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Replace hard-coded codecov_token with secrets/variables
* Update actions/checkout action to v6 (443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Use official URLs in Install-DotNetSdk.ps1
The blob storage URLs will stop working, see dotnet/announcements#336
* Update dependency xunit.v3 to 3.2.1 (445)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Switch out our own OptProf profiling pipeline for the VS one
* Merge pull request 447 to Build on newer agents
* Update actions/checkout digest to 8e8c483 (448)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update actions/checkout digest
* Build on VS2026 agents
* Better pinning of GitHub Actions
* Update actions/checkout action to v6.0.1 (449)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Exclude `vs-insertion-script.ps1` from signing requirement
* Update actions/deploy-pages action to v4.0.5 (450)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Skip SBOM generation for the vs-insertion pipeline
* Remove stray backtick from README
* Update NuGet/login action to v1.1.0 (451)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Remove vs-threading specific change
* Remove stale comment
* Update actions/checkout action to v6.0.1
* Fix alignment of `sbom` parameter
* Fix template expansion
* Opt into Microsoft Testing Platform (MTP) (#452)
* Push to nuget.org before pushing to github release
This makes recovering a release from a nuget.org push failure easier.
* Update to MTP v2 (#455)
* Update all MTP related packages at once (457)
* Fix test result publishing to AzDO (458)
* Update .NET SDK to v10.0.101 (#459)
* Update mcr.microsoft.com/dotnet/sdk Docker tag to v10.0.101
* Bump .NET SDK
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Arnott <andrew.arnott@microsoft.com>
* Drop package dependencies that MTP does not require
* Fix MTP test failure for MTP-incompatible projects under the test folder
* Fix testing regression from last commit
* Adjust how we use IsTestProject
This matches how MTP uses it internally.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>File tree
37 files changed
+289
-575
lines changed- .github/workflows
- azure-pipelines
- src
- VSInsertionMetadata
- test
- Microsoft.VisualStudio.SDK.Analyzers.Tests
- tools
- artifacts
- variables
37 files changed
+289
-575
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | | - | |
30 | | - | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments