Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
I also changed the required check from pr-validation-temp to aspnetcore-ci |
Think the release/2.1 protection rule can just be deleted. Looks like it matches the |
Agreed, looks the same to me. I just deleted it. |
| jobName: Windows_Build | ||
| jobDisplayName: "Build only : Windows" | ||
| agentOs: Windows | ||
| buildArgs: '/p:SkipTests=true' |
There was a problem hiding this comment.
Note this was ignored anyhow. See https://dev.azure.com/dnceng/public/_build/results?buildId=969282 and the warnings about $(BuildScriptArgs). Might have a bug in this branch's version of default-build.yml
There was a problem hiding this comment.
Found it. I'll put up a quick PR later today to fix it.
|
One other point: Once #29037 and anything else in-progress drains from aspnetcore-pr-validation-temp, please delete the pipeline too |
I've just deleted it. |
This is no longer needed now that 2.1 builds in AzDO