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 publish.yml for .NET 8 #154

Merged
merged 1 commit into from
Sep 22, 2023
Merged

Fix publish.yml for .NET 8 #154

merged 1 commit into from
Sep 22, 2023

Conversation

jasongin
Copy link
Member

@jasongin jasongin commented Sep 19, 2023

The publish pipeline failed because .NET 8 RC1 was not installed because preview versions weren't considered. The doc for the UseDotNet@2 task says includePreviewVersions only applies when useGlobalJson=false. I assume that means it will respect the allowPrerelease property in global.json otherwise, so I added that.

@jasongin jasongin merged commit e6d8718 into main Sep 22, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants