Viktor Hofer
Viktor Hofer
command-line-api should also import pool-providers.yml from arcade to not hardcode the pool names.
> @ViktorHofer do you have any idea why adding the Finnish resource file gets a different treatment than other languages? Is it the XlfLanguages suggested by @KalleOlaviNiemitalo ? I believe...
@ellahathaway any idea why `ItemsToSign` is empty? It should get filled here: https://github.com/dotnet/aspnetcore/blob/eb68e016a554b4da50d7fb0aeffe897cfabf36c7/eng/Signing.props#L34
Yes, the VMR build shouldn't do post-build signing. The property shouldn't be set.
I looked into this a little bit and noticed that aspnetcore has two inner builds (native and managed) which write to the same binlog output path. Filed https://github.com/dotnet/source-build/issues/4740 - Build.native.binlog:...
Yes, the item group is empty but for the native build. The managed build didn't even run yet because the native one failed because it doesn't find any artifacts to...
OK so the issue here is that aspnetcore's build is basically a two-phase build but both phases receive the `-sign` and `-publish` arguments and I'm not exactly sure that's what...
While this still works on macOS (which isn't source-built), this stopped working on all Linux distributions that are source-built, when using the installers, a while ago. Probably 2-3 years by...
What's an alternative to use instead of `PlatformTarget`?
The MSBuild team reverted the previous change. I'm waiting for @rainersigwald to figure out the right path forward (offline Teams chat group).