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

Add InternalsVisibleTo attribute for separate NuGetProvider build #339

Merged
merged 5 commits into from Mar 1, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions Test/run-tests.ps1
Expand Up @@ -26,6 +26,9 @@ param(

Import-Module "$PSScriptRoot\TestUtility.psm1" -Force

# Set default TLS version to one supported by GitHub, in case PSCore needs to be downloaded
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Copy link
Contributor

@jianyunt jianyunt Feb 27, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's the reason we are failing on downloading pscore?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think so, we'll see in an hour :(

See Raghu's message on PowerShell Teams channel.


#region Step 0 -- remove the strongname from the binaries
# Get the current OS
try
Expand Down