Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Upgrade to RC.3 #943

Merged
merged 1 commit into from
Jan 20, 2017
Merged

Upgrade to RC.3 #943

merged 1 commit into from
Jan 20, 2017

Conversation

natemcmaster
Copy link
Contributor

Removes temporary sources, default globs, updates test platform, etc.

</PropertyGroup>
<ItemGroup>
<Compile Include="**\*.cs" Exclude="TestFiles\**\*" />
<EmbeddedResource Include="**\*.resx" />
<Compile Include="**\*.cs" Exclude="TestFiles\**\*;$(DefaultItemExcludes)" />
Copy link
Member

Choose a reason for hiding this comment

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

We should be able to avoid this by appending TestFiles\**\* to $(DefaultItemExcludes)`

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated

@rynowak
Copy link
Member

rynowak commented Jan 20, 2017

I'm already signed off YO

@natemcmaster
Copy link
Contributor Author

Cool. Just waiting to see if it passes on travis/appveyor

@natemcmaster natemcmaster merged commit 79663ef into dev Jan 20, 2017
@natemcmaster natemcmaster deleted the namc/rc3 branch January 20, 2017 17:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants