-
Notifications
You must be signed in to change notification settings - Fork 18
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
Targeting an IIS site breaks 'publish on build' #51
Comments
Possible PEBCAK, the Release profile may have been selected and there's a condition on EnableAutoPublish for Debug only. Investigating... |
Ok this is an issue. The error is below: Error This specific WebPublishMethod(FileSystem) is not yet supported on msbuild command line. Please use Visual Studio to publish. |
I'm starting to look into this now and I don't actually think the In
Which seems to indicate that it requires that |
When setting up a publish profile in visual studio if I click the '...' next to 'Target location' one option is to select 'Local IIS' where we can target an IIS site, I think all's this does is set the PublishUrl to a Url rather than a Path, and it still uses a FileSystem publish type. Does this suggest that FileSystem publish supports Urls, or am I missing something? Unless it converts the url to a path under the hood? |
If the PublishUrl is set to an IIS site url then the publish on build feature does not work.
The text was updated successfully, but these errors were encountered: