Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test build error when .NET Core SDK 5 is installed on the machine #225

Merged
merged 1 commit into from
Nov 25, 2019
Merged

Fix test build error when .NET Core SDK 5 is installed on the machine #225

merged 1 commit into from
Nov 25, 2019

Conversation

BruceForstall
Copy link
Member

Fixes #185

@ViktorHofer
Copy link
Member

@BruceForstall were you able to verify if this indeed fixes the failure?

@BruceForstall
Copy link
Member Author

@BruceForstall were you able to verify if this indeed fixes the failure?

Yes, it does.

Looks like the CI died. I'll try again.

@BruceForstall
Copy link
Member Author

/azp help

@azure-pipelines
Copy link

Supported commands
  • help:
    • Get descriptions, examples and documentation about supported commands
    • Example: help "command_name"
  • list:
    • List all pipelines for this repository using a comment.
    • Example: "list"
  • run:
    • Run all pipelines or a specific pipeline for this repository using a comment. Use this command by itself to trigger all related pipelines, or specify a pipeline to run.
    • Example: "run" or "run pipeline_name"
  • where:
    • Report back the Azure DevOps orgs that are related to this repository and org
    • Example: "where"

See additional documentation.

@BruceForstall
Copy link
Member Author

/azp list

@BruceForstall
Copy link
Member Author

/azp run runtime-coreclr

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@BruceForstall
Copy link
Member Author

@dotnet/runtime-infrastructure The runtime-coreclr pipeline "Build Windows_NT arm64 checked" failure here in the "Build native test components" step has an interesting failure:

...
Using Windows SDK version 10.0.18362.0 for WinRT interop tests.
Terminate batch job (Y/N)? 
BUILDTEST: Error: failed to generate native component build project
^C

It looks like someone was on the machine and hit CTRL+C?!?

@ViktorHofer
Copy link
Member

Thanks. I think we can safely merge this.

@ViktorHofer ViktorHofer merged commit 4842a7e into dotnet:master Nov 25, 2019
@ViktorHofer ViktorHofer deleted the FixGlobalNet5SdkInstallError branch November 25, 2019 21:41
MichalStrehovsky pushed a commit to MichalStrehovsky/runtime that referenced this pull request Nov 4, 2020
Also fixes a few infrastructure issues that I have run into along the way.
@ghost ghost locked as resolved and limited conversation to collaborators Dec 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

coreclr build failure: Unable to find package Microsoft.AspNetCore.App.Runtime.win-arm
4 participants