-
Notifications
You must be signed in to change notification settings - Fork 383
Comparing changes
Open a pull request
base repository: dotnet/arcade
base: 9ffc76a
head repository: dotnet/arcade
compare: e1ea887
- 10 commits
- 22 files changed
- 6 contributors
Commits on Jan 19, 2022
-
[main] Update dependencies from dotnet/xliff-tasks dotnet/arcade (#8358)
[main] Update dependencies from dotnet/xliff-tasks dotnet/arcade
Configuration menu - View commit details
-
Copy full SHA for 3d60d37 - Browse repository at this point
Copy the full SHA 3d60d37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10d25e7 - Browse repository at this point
Copy the full SHA 10d25e7View commit details -
Avoid duplicate BestTargetFrameworks in TargetFramework.Sdk (#8361)
* Avoid duplicate BestTargetFrameworks in TargetFramework.Sdk Avoid duplicates being returned by the ChooseBestTargetFrameworks task which leads to unnecessary inner project builds. * Update ChooseBestTargetFrameworksTask.cs * Update ChooseBestTargetFrameworksTask.cs
Configuration menu - View commit details
-
Copy full SHA for 8c1b3eb - Browse repository at this point
Copy the full SHA 8c1b3ebView commit details -
Use 1ES pools in templates that run internally (#8344)
* Use 1ES pools in templates that run internally - Use the 1ES pools in our templates, jobs, etc. - To reduce some of the cost of this, remove the "Setup Maestro Vars" job and replace with a step so that we don't end up with an additional allocation in those cases. - Call setup maestro vars to populate the azdo params in execute-sdl
Configuration menu - View commit details
-
Copy full SHA for bb21472 - Browse repository at this point
Copy the full SHA bb21472View commit details
Commits on Jan 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cbbbaba - Browse repository at this point
Copy the full SHA cbbbabaView commit details -
Fix build break because of missing metdata (#8364)
* Fix build break because of missing metdata In the previous change I didn't notice that the binplacing logic depends on metadata passing in being preserved in the items being returned. Because of that, I revert the collection change from List to HashSet and instead manually iterate through the list. The binplacing logic depends on duplicates being allowed versus the inner build project logic explicitly doesn't want duplicates to avoid unnecessary inner builds, hence adding a switch for it. * Update Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk.targets * Update ChooseBestTargetFrameworksTask.cs
Configuration menu - View commit details
-
Copy full SHA for 1c78e43 - Browse repository at this point
Copy the full SHA 1c78e43View commit details -
[main] Update dependencies from dotnet/xliff-tasks dotnet/linker (#8367)
[main] Update dependencies from dotnet/xliff-tasks dotnet/linker
Configuration menu - View commit details
-
Copy full SHA for 6fee09d - Browse repository at this point
Copy the full SHA 6fee09dView commit details -
Delete unnecessary task in TFM.Sdk (#8366)
* Delete unnecessary task in TFM.Sdk * Update Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk.csproj * Update Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk.targets * Remove netcoreapp pattern dotnet/runtime doesn't build against netcoreappX.X-* tfms anymore, hence the pattern can be deleted. * Update Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk.props
Configuration menu - View commit details
-
Copy full SHA for 085dfd6 - Browse repository at this point
Copy the full SHA 085dfd6View commit details
Commits on Jan 21, 2022
-
Add NuGet.config for eng/common/internal/tools.csproj (#8309)
Add NuGet.config for eng/common/internal/tools.csproj
Configuration menu - View commit details
-
Copy full SHA for 39b1072 - Browse repository at this point
Copy the full SHA 39b1072View commit details -
Fix DevDiv promotion job (#8370)
- Ensure devdiv promotion job uses devdiv pools - Use powershell core (the pools don't have IE initialized so we have to use basic parsing, which is default on powershell core)
Configuration menu - View commit details
-
Copy full SHA for e1ea887 - Browse repository at this point
Copy the full SHA e1ea887View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 9ffc76a...e1ea887