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

Update Track 2 packages to NuGet latest versions #6956

Merged
merged 2 commits into from
Jul 17, 2019

Conversation

pakrym
Copy link
Contributor

@pakrym pakrym commented Jul 17, 2019

Preview SDK was bringing implicit NuGet sources that worked on some machines (including CI) but not the others allowing non-Nuget package versions to slip through.

@@ -30,6 +30,8 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<!-- Avoid implicitly added preview feeds -->
<AddDotnetfeedProjectSource>false</AddDotnetfeedProjectSource>
Copy link
Member

Choose a reason for hiding this comment

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

Looks like this won't be necessary after we move to preview 6, dotnet/installer#1561. However I'm good with this for now. Unless there is a strong reason I don't plan to move the toolset version until .NET Core 3 ships stable.

@pakrym pakrym merged commit 9904eab into Azure:master Jul 17, 2019
@pakrym pakrym deleted the pakrym/update-pacakge2s branch July 17, 2019 16:10
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.

4 participants