Tags: Wivra/dotnet-msbuild
Tags
Final Branding For 17.0 GA (dotnet#6902) * Final branding for 17.0 GA * Move release branding to versionprefix line
Final Branding For 17.0 GA (dotnet#6902) * Final branding for 17.0 GA * Move release branding to versionprefix line
Add copy marker to FileWrites unconditionally Fixes dotnet#6917 by ensuring that the copy-marker file is _always_ added to the FileWrites item if the copy-referenced-assemblies target runs so that IncrementalClean never sees it as an 'orphan' file and then deletes it.
Merge pull request dotnet#6846 from AR-May/copycomplete-fix-backport Skip Updating CopyComplete Marker When Not Necessary
Update dependencies from https://github.com/nuget/nuget.client build … …6.0.0.230 (dotnet#6814) NuGet.Build.Tasks From Version 6.0.0-preview.4.220 -> To Version 6.0.0-preview.4.230
Merge pull request dotnet#6683 from rainersigwald/64-bit-environment Fixes dotnet#6681. ### Context The change to make Visual Studio 64-bit means that projects loaded in Visual Studio get the 64-bit MSBuild, and other tools are more likely to be loading our API in a 64-bit process as well. That found this difference between the way projects are evaluated in `devenv.exe` and in `vcxprojReader.exe`. ### Changes Made Find the VS root from the current assembly and then reconstruct the path to the appropriate MSBuild.exe based on that + the current process's bitness, ensuring that API consumers and MSBuild.exe/devenv.exe see the same MSBuildToolsPath. ### Testing Manual overlay with a trivial API consumer.
16.11 Final Branding (dotnet#6656) Co-authored-by: Rainer Sigwald <raines@microsoft.com>
Catch ArgumentException as well as BadImageFormatException when faili… …ng because of libraries without resources (dotnet#6546)
Use dotnet certificate (dotnet#6448) * Use dotnet certificate
PreviousNext