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

Remove old .NET SDKs to make 'dotnet restore' works with the latest SDK #14746

Merged
merged 1 commit into from Feb 9, 2021

Conversation

daxian-dbw
Copy link
Member

PR Summary

The MacOS daily build failed after moving to the latest .NET 6 preview.1 SDK -- dotnet restore was not working.
Remove old .NET SDKs to make 'dotnet restore' works with the latest SDK.

PR Checklist

@@ -94,6 +94,10 @@ stages:
vmImage: macOS-latest
steps:
- pwsh: |
# Remove old .NET SDKs
Copy link
Member

Choose a reason for hiding this comment

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

This probably has to be done in the release build as well

Copy link
Member

Choose a reason for hiding this comment

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

For some reason release build is fine.

@adityapatwardhan adityapatwardhan added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Feb 9, 2021
@adityapatwardhan adityapatwardhan merged commit d99afee into PowerShell:master Feb 9, 2021
@daxian-dbw daxian-dbw deleted the mac-daily branch February 11, 2021 01:14
@ghost
Copy link

ghost commented Feb 12, 2021

🎉v7.2.0-preview.3 has been released which incorporates this pull request.:tada:

Handy links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants