Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Updating the SDK to an SDK that includes globing for source and resources #5212

Merged
merged 5 commits into from
Jan 5, 2017

Conversation

livarcocc
Copy link

Updating the SDK to an SDK that includes globing for source and resources implicitly.

@piotroko @piotrpMSFT @jonsequitur @eerhardt @krwq @jgoshi

@@ -2,8 +2,8 @@
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<CLI_MSBuild_Version>15.1.0-preview-000458-02</CLI_MSBuild_Version>
<CLI_NETSDK_Version>1.0.0-alpha-20161230-1</CLI_NETSDK_Version>
<CLI_WEBSDK_Version>1.0.0-alpha-20161205-1-154</CLI_WEBSDK_Version>
<CLI_NETSDK_Version>1.0.0-alpha-20170104-3</CLI_NETSDK_Version>

This comment was marked as spam.

@@ -111,10 +111,10 @@ private AddPropertyTransform<CommonCompilerOptions>[] KeyFileTransforms
compilerOptions => compilerOptions.OutputName != null);

private IncludeContextTransform CompileFilesTransform =>
new IncludeContextTransform("Compile", transformMappings: false);
new IncludeContextTransform("Compile", false, ic => ic != null);

This comment was marked as spam.

@@ -4,6 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.0</TargetFramework>
<Version>1.0.0-alpha</Version>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>

This comment was marked as spam.

This comment was marked as spam.

livarcocc and others added 5 commits January 5, 2017 12:31
…n't allow for having compile in the csprojs. We will have to update the CLI ones.
…grateBuildOptionsRule for clarity.

Updating the tool project to use BuiltProjectOutputGroupOutput instead of content because of SDK issue dotnet/sdk#588
@livarcocc livarcocc force-pushed the update_sdk_with_globbing branch from 96703dc to 72cd3d7 Compare January 5, 2017 20:40
@livarcocc
Copy link
Author

@srivatsn

@livarcocc livarcocc merged commit 8effe48 into dotnet:rel/1.0.0 Jan 5, 2017
@livarcocc livarcocc deleted the update_sdk_with_globbing branch January 5, 2017 21:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants