-
Notifications
You must be signed in to change notification settings - Fork 376
Comparing changes
Open a pull request
base repository: dotnet/arcade
base: 761d2e6
head repository: dotnet/arcade
compare: 7324320
- 14 commits
- 17 files changed
- 8 contributors
Commits on Aug 31, 2021
-
Update to SDK that understands NUGET_ENABLE_EXPERIMENTAL_HTTP_RETRY (#…
…7814) Update to an SDK that understands NUGET_ENABLE_EXPERIMENTAL_HTTP_RETRY, and set some values in common entry points (validated in binlogs) Users who need these values set from non-arcade execution paths can set them globally via yaml or their own scripts.
Configuration menu - View commit details
-
Copy full SHA for ca8ebd3 - Browse repository at this point
Copy the full SHA ca8ebd3View commit details
Commits on Sep 1, 2021
-
Bump SDK used by XHarness while we're on RC1 (#7823)
Follow-up for #7814
Configuration menu - View commit details
-
Copy full SHA for 75af908 - Browse repository at this point
Copy the full SHA 75af908View commit details -
Update dependencies from https://github.com/dotnet/roslyn build 20210…
…827.11 (#7810) [main] Update dependencies from dotnet/roslyn
Configuration menu - View commit details
-
Copy full SHA for 4d1fbd8 - Browse repository at this point
Copy the full SHA 4d1fbd8View commit details -
[main] Update dependencies from dotnet/xliff-tasks dotnet/arcade mono…
…/linker (#7816) [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade mono/linker
Configuration menu - View commit details
-
Copy full SHA for b0aeac9 - Browse repository at this point
Copy the full SHA b0aeac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 923c95e - Browse repository at this point
Copy the full SHA 923c95eView commit details
Commits on Sep 2, 2021
-
[workloads] Add locks for parallel NuGet access (#7813)
Android workload pack conversion has been failing intermittently: Generating package project: 'obj\Debug\src\msiPackage\x86\Microsoft.Android.Sdk.Windows\msi.csproj' convert.proj(72,5): error : One or more errors occurred. convert.proj(72,5): error : Failed to generate MSIs for workload packs. C:\Users\AzDevOps\.nuget\packages\wix\3.14.0-dotnet\tools\heat.exe dir obj\Debug\pkg\Microsoft.Android.Templates.31.0.100-rc.2.14 -cg CG_PackageContent -var var.SourceDir -ag -srd -sreg -dr InstallDir -o obj\Debug\src\msi\Microsoft.Android.Templates\31.0.100-rc.2.14\x64\PackageContent.wxs ##[error]light.exe(0,0): Error LGHT0001: The system cannot find the file specified. (Exception from HRESULT: 0x80070002) light.exe : error LGHT0001: The system cannot find the file specified. (Exception from HRESULT: 0x80070002) [C:\a\1\s\nuget-msi-convert\convert-v2\convert.proj] Exception Type: System.IO.FileNotFoundException Stack Trace: at Microsoft.Tools.WindowsInstallerXml.Cab.Interop.NativeMethods.CreateCabFinish(IntPtr contextHandle, IntPtr newCabNamesCallBackAddress) at Microsoft.Tools.WindowsInstallerXml.Cab.WixCreateCab.Complete(IntPtr newCabNamesCallBackAddress) at Microsoft.Tools.WindowsInstallerXml.CabinetBuilder.CreateCabinet(CabinetWorkItem cabinetWorkItem) at Microsoft.Tools.WindowsInstallerXml.CabinetBuilder.ProcessWorkItems() I've added a lock to attempt to synchronize some .nupkg file access that seemed to be problematic when executing asynchronously.Configuration menu - View commit details
-
Copy full SHA for 7168d63 - Browse repository at this point
Copy the full SHA 7168d63View commit details -
Update dependencies from https://github.com/dotnet/arcade build 20210…
…901.3 (#7826) [main] Update dependencies from dotnet/arcade
Configuration menu - View commit details
-
Copy full SHA for eecf503 - Browse repository at this point
Copy the full SHA eecf503View commit details
Commits on Sep 7, 2021
-
Fix sourcelink repository url (#7844) (#7847)
* Fix sourcelink repository url When we updated the ScmRepositoryUrl to handle devdiv links, we never updated the version used in SourceRoot, which is used by sourcelink, and also needed to be updated to remove -trusted from the link. By not removing -trusted, the translation pattern can't identify the url as something that needs to be translated, and so just uses the azdo url. This change adds the code to remove -trusted to fix the issue. * Remove second item group
Configuration menu - View commit details
-
Copy full SHA for 8384be4 - Browse repository at this point
Copy the full SHA 8384be4View commit details
Commits on Sep 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 781cee2 - Browse repository at this point
Copy the full SHA 781cee2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4063831 - Browse repository at this point
Copy the full SHA 4063831View commit details
Commits on Sep 9, 2021
-
Use ProductVersion.txt where possible (#7837) (#7861)
* Add ProductVersion.txt support where possible; get the version of the inner package from productVersion.txt, NOT from the specified version. Allows "non-stable" outer container with "stable" inner contents #7836
Configuration menu - View commit details
-
Copy full SHA for d17fe1b - Browse repository at this point
Copy the full SHA d17fe1bView commit details -
[workloads] Allow disabling most parallelization (#7857) (#7867)
The changes in 7168d63 did fix Android msi generation issues for me locally, but CI attempts have still been failing. A new `RunInParallel` task parameter has been added to allow consumers to opt-out of most parallelization until these issues are fixed.
Configuration menu - View commit details
-
Copy full SHA for 6885020 - Browse repository at this point
Copy the full SHA 6885020View commit details -
Configuration menu - View commit details
-
Copy full SHA for 991986c - Browse repository at this point
Copy the full SHA 991986cView commit details
Commits on Sep 10, 2021
-
Port to release/6.0: Fix lld support (#7884)
I have found that when I've made a change to use the lld linker in July, I've missed to push part of the change that was supposed to go to Arcade. Without this change, the lld enabling flag is not used and we end up using the default linker.
Configuration menu - View commit details
-
Copy full SHA for 7324320 - Browse repository at this point
Copy the full SHA 7324320View 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 761d2e6...7324320