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

splitting package onto 2 ones #39

Merged
merged 2 commits into from Jul 25, 2017
Merged

Conversation

evil-shrike
Copy link
Contributor

ERVPP (with install scripts/dependencies) and ERVPP.Core (with assembly)

see #38

Sergei Dorogin added 2 commits July 25, 2017 00:15
<PostBuildEvent>del ..\..\..\nuget\lib\net40\*.* /F
copy $(ProjectName).* ..\..\..\nuget\lib\net40\*.* /Y</PostBuildEvent>
<PostBuildEvent>del ..\..\..\nuget\EmbeddedResourceVirtualPathProvider.Core\lib\net40\*.* /F
copy $(ProjectName).* ..\..\..\nuget\EmbeddedResourceVirtualPathProvider.Core\lib\net40\*.* /Y</PostBuildEvent>
Copy link
Owner

Choose a reason for hiding this comment

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

Should you have left the original lines here too, so that the files get copied to the original folder as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't know.. why? It's up to you after all.

Copy link
Owner

Choose a reason for hiding this comment

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

Ah I see. You've added the Core as a package dependency.

@mcintyre321 mcintyre321 merged commit 2f38cf2 into mcintyre321:master Jul 25, 2017
@mcintyre321
Copy link
Owner

Merged, built, and pushed!

@evil-shrike
Copy link
Contributor Author

Awesome, thanks!

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.

None yet

2 participants