-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update RepoToolset to 1.0.0-beta2-62804-01 #2113
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,22 +8,10 @@ | |
|
|
||
| <!-- Repo Version Information --> | ||
| <PropertyGroup> | ||
| <VersionBase>2.1.300</VersionBase> | ||
| <VersionPrefix>2.1.300</VersionPrefix> | ||
| <PreReleaseVersionLabel>preview3</PreReleaseVersionLabel> | ||
| </PropertyGroup> | ||
|
|
||
| <!-- Repo Toolset Features --> | ||
| <PropertyGroup> | ||
| <UsingToolMicrosoftNetCompilers>false</UsingToolMicrosoftNetCompilers> | ||
| </PropertyGroup> | ||
|
|
||
| <!-- Toolset Dependencies --> | ||
| <PropertyGroup> | ||
| <DotNetCliVersion>2.1.300-preview3-008616</DotNetCliVersion> | ||
| <RoslynToolsRepoToolsetVersion>1.0.0-beta-62615-02</RoslynToolsRepoToolsetVersion> | ||
| <VSWhereVersion>2.2.7</VSWhereVersion> | ||
| </PropertyGroup> | ||
|
|
||
| <!-- Production Dependencies --> | ||
| <PropertyGroup> | ||
| <MicrosoftBuildFrameworkVersion>15.4.8</MicrosoftBuildFrameworkVersion> | ||
|
|
@@ -47,4 +35,11 @@ | |
| <MicrosoftNETTestSdkVersion>15.0.0</MicrosoftNETTestSdkVersion> | ||
| </PropertyGroup> | ||
|
|
||
| <PropertyGroup> | ||
| <RestoreSources> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we need to condition these for offline build?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, these are overridden by the toolset when building offline. https://github.com/dotnet/roslyn-tools/blob/master/sdks/RepoToolset/tools/DefaultVersions.props#L63 |
||
| $(RestoreSources); | ||
| https://dotnetfeed.blob.core.windows.net/dotnet-core/packages/index.json; | ||
| https://dotnet.myget.org/F/nuget-build/api/v3/index.json | ||
| </RestoreSources> | ||
| </PropertyGroup> | ||
| </Project> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is adding a path to a Directory.Build.props in the parent folder. It should probably be: