Skip to content

Commit

Permalink
install development SSL certificate on Helix agent before xharness run (
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsavara authored May 24, 2021
1 parent a38fee5 commit 01c9cf6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libraries/sendtohelixhelp.proj
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
<HelixPreCommand Include="set XHARNESS_DISABLE_COLORED_OUTPUT=true" />
<HelixPreCommand Include="set XHARNESS_LOG_WITH_TIMESTAMPS=true" />
</ItemGroup>
<ItemGroup Condition="'$(TargetOS)' == 'Browser'">
<HelixPreCommand Include="dotnet dev-certs https" />
</ItemGroup>

<ItemGroup Condition="'$(Scenario)' == 'WasmTestOnBrowser' or '$(Scenario)' == 'BuildWasmApps'">
<HelixPreCommand Include="export PATH=$HELIX_CORRELATION_PAYLOAD/chromedriver_linux64:$PATH" />
Expand Down

0 comments on commit 01c9cf6

Please sign in to comment.