-
Notifications
You must be signed in to change notification settings - Fork 44
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
The publish target fails for uap10.0 #129
Comments
Did you run restore first? Either as |
Yes, I ran restore first.
|
do you have a simple repro that you can share? |
Default .NET Standard project with MSBuild.Sdk.Extras and uap10.0 added to
Then just do |
unfortunately publish and restore targets cannot be combined in the same line like that. You either need to call |
I've tried all the combinations of doing a restore first, then a publish, but I always get this error. This only happens for uap10.0. |
When a project includes the uap10.0 target framework,
msbuild /t:publish
fails with:The text was updated successfully, but these errors were encountered: