File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "powershell" : {
6- "version" : " 7.5.1 " ,
6+ "version" : " 7.5.2 " ,
77 "commands" : [
88 " pwsh"
99 ],
Original file line number Diff line number Diff line change 11# Refer to https://hub.docker.com/_/microsoft-dotnet-sdk for available versions
2- FROM mcr.microsoft.com/dotnet/sdk:9.0.301-noble@sha256:21cd104bae759d9787f99a7d9a9d0e431f9360ee373909bbbfd4b8da07a7e3d9
2+ FROM mcr.microsoft.com/dotnet/sdk:9.0.301-noble@sha256:f353951d75cd99696c912ba7a29a1c6905fe0c1c7613e12e5318efed40d9b287
33
44# Installing mono makes `dotnet test` work without errors even for net472.
55# But installing it takes a long time, so it's excluded by default.
Original file line number Diff line number Diff line change 1919 <EnableDynamicPlatformResolution >true</EnableDynamicPlatformResolution >
2020
2121 <!-- Opt in till https://github.com/NuGet/Home/issues/9803 makes this the default. -->
22- <!-- Opt back out until an SDK with the fix for https://github.com/NuGet/Home/issues/12177 is generally available. -->
23- <RestoreUseStaticGraphEvaluation >false</RestoreUseStaticGraphEvaluation >
22+ <RestoreUseStaticGraphEvaluation >true</RestoreUseStaticGraphEvaluation >
2423
2524 <!-- This entire repo has just one version.json file, so compute the version once and share with all projects in a large build. -->
2625 <GitVersionBaseDirectory >$(MSBuildThisFileDirectory)</GitVersionBaseDirectory >
Original file line number Diff line number Diff line change 1515* Static analyzers: default [ Code Analysis] ( https://docs.microsoft.com/dotnet/fundamentals/code-analysis/overview ) and [ StyleCop] ( https://github.com/DotNetAnalyzers/StyleCopAnalyzers )
1616* Read-only source tree (builds to top-level bin/obj folders)
1717* Auto-versioning (via [ Nerdbank.GitVersioning] ( https://github.com/dotnet/nerdbank.gitversioning ) )
18- * Builds with a "pinned" .NET Core SDK to ensure reproducible builds across machines and across time.
18+ * Builds with a "pinned" .NET SDK to ensure reproducible builds across machines and across time.
1919* Automatically pack the library and publish it as an artifact, and even push it to some NuGet feed for consumption.
2020* Testing
21- * Testing on .NET Framework, multiple .NET Core versions
21+ * Testing on .NET Framework, multiple .NET versions
2222 * Testing on Windows, Linux and OSX
2323 * Tests that crash or hang in Azure Pipelines automatically collect dumps and publish as a pipeline artifact for later investigation.
2424* Cloud build support
You can’t perform that action at this time.
0 commit comments