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

[wasm][testing] create dev cert via powershell on helix #53225

Merged
merged 2 commits into from
May 25, 2021

Conversation

pavelsavara
Copy link
Member

@pavelsavara pavelsavara commented May 25, 2021

Caused by #53180
The original approach to install certificates didn't work because we don't have dotnet SDK, just runtime.
Fixes #53207

@ghost
Copy link

ghost commented May 25, 2021

Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #53207
Caused by #53180

Author: pavelsavara
Assignees: -
Labels:

area-Infrastructure-libraries

Milestone: -

@pavelsavara pavelsavara added the arch-wasm WebAssembly architecture label May 25, 2021
@ghost
Copy link

ghost commented May 25, 2021

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #53207
Caused by #53180

Author: pavelsavara
Assignees: -
Labels:

arch-wasm, area-Infrastructure-libraries

Milestone: -

src/libraries/sendtohelixhelp.proj Outdated Show resolved Hide resolved
@pavelsavara pavelsavara marked this pull request as ready for review May 25, 2021 16:23
@pavelsavara pavelsavara merged commit 57bdb95 into dotnet:main May 25, 2021
radical pushed a commit that referenced this pull request May 28, 2021
…efore xharness run via SDK or powershell (#53280)

Co-authored-by: Ankit Jain <radical@gmail.com>

Caused by #53180, #53225

- The original approach to install certificates didn't work because we don't have dotnet SDK, just runtime on Helix agents.
- dotnet dev-certs https needs user interaction with a dialog. Instead, using powershelgl to install certs
- Wasm.Build.Tests are being disabled here because of #53405

Fixes #53207
@ghost ghost locked as resolved and limited conversation to collaborators Jun 24, 2021
@pavelsavara pavelsavara deleted the pr_helix_install_dev_cert2 branch July 29, 2021 08:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Addition of "dotnet dev-certs" command makes all WASM work items time out
2 participants