Daniel Plaisted

Results 190 comments of Daniel Plaisted

/azp run sdk-source-build sdk-unified-build

> > /vmr/artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/Publish.proj(228,5): error : Missing 'RelativeBlobPath' property on blob /vmr/src/runtime/artifacts/packages/Release/Shipping/dotnet-apphost-pack-10.0.0-alpha.1.24516.13-centos.9-x64.tar.gz > > anyone looking into this? @dotnet/source-build to look into this, and @dotnet/product-construction to look at the unified build...

> > What version of System.Text.Json does the .NET framework MSBuild include? Are the tests using new enough VS? > > VS 17.12 uses 8.0.5, and may be all we...

@dotnet/product-construction @dotnet/source-build This is now only failing with unified build and source-build errors. It looks like they are both failing due to a patch not applying: ``` fail: Failed to...

This is failing in Full Framework tests due to the 8.0.5 version of System.Text.Json coming in as a dependency of NuGet. It will be a while (maybe a few weeks?)...

> How can I get a notification when the dnceng CI agent images are updated to a newer version of VS? I think we will have to try to remember...

It looks like there are two problems: - We are not consistent about how we handle the different forms: `/p`, `-p`, or `--property`, ie whether we use them for the...

We had a meeting and discussed this. Currently there are likely many targets (especially around linker/AOT/publish scenarios) which are not incremental, and we don't think it's feasible to make them...