dotnet / roslyn-tools

Tools used in Roslyn based repos
MIT License
103 stars 75 forks source link

Test change in 9.0.0 arcade #1396

Closed Cosifne closed 3 months ago

mmitche commented 3 months ago

@Cosifne It looks like the official builds of this repo do not use the same feature that you're attempting to use in PRs. Assuming your official builds are doing the right thing, I think it may be simplest just to avoid publishing in the PR builds. It doesn't actually do anything anyway. Alternatively, I think you can pass /p:DotNetPublishUsingPipelines=true to the build command.

Cosifne commented 3 months ago

@Cosifne It looks like the official builds of this repo do not use the same feature that you're attempting to use in PRs. Assuming your official builds are doing the right thing, I think it may be simplest just to avoid publishing in the PR builds. It doesn't actually do anything anyway. Alternatively, I think you can pass /p:DotNetPublishUsingPipelines=true to the build command.

Thanks, get it passed