Skip to content

Conversation

@natidea
Copy link
Contributor

@natidea natidea commented Aug 2, 2016

This basic solution includes an empty placeholder project for the PackageDependencyResolution task. (I left out the source of the task because that is a longer review.) This PR is the minimal layout we need to start working on infrastructure tasks (Jenkins, Microbuild etc.). More detailed build.cmd, Settings.targets etc can be fleshed out later.

/cc @333fred @srivatsn @dotnet/project-system

<ProjectGuid>{DF7D2697-B3B4-45C2-8297-27245F528A99}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.PackageDependencyResolution.Tasks</RootNamespace>
Copy link
Member

Choose a reason for hiding this comment

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

How many "tasks" libraries do we expect to have in this repo? This name seems very specific, and not many tasks will be able to live in this assembly.

For example, my next task is to add the tasks for "Generate .deps.json" and "Generate .runtimeconfig.json" files. I don't think they would belong in an assembly named Microsoft.PackageDependencyResolution.Tasks.

Copy link
Member

Choose a reason for hiding this comment

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

👍 with @eerhardt

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK, we could explore a rename

@natidea natidea merged commit fdfa7f9 into dotnet:master Aug 2, 2016
nguerrera pushed a commit that referenced this pull request Oct 10, 2016
As we discussed offline, checking this in to unblock Jenkins work
mmitche pushed a commit to mmitche/sdk that referenced this pull request Jun 5, 2020
Importing the publish profiles from the package.
JanKrivanek added a commit to JanKrivanek/sdk that referenced this pull request Oct 26, 2022
JanKrivanek added a commit to JanKrivanek/sdk that referenced this pull request Oct 26, 2022
edvilme referenced this pull request in edvilme/sdk Nov 19, 2024
# This is the 1st commit message:

tool-install: Avoid duplicate sources

# This is the commit message #2:

tool-install: Use hashset for LoadDefaultSources

# This is the commit message #3:

Check for duplicate source uris rather than objects as they might have different names
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.

3 participants