Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.

publish #27

Closed
bsjaffer opened this issue Dec 8, 2015 · 2 comments
Closed

publish #27

bsjaffer opened this issue Dec 8, 2015 · 2 comments

Comments

@bsjaffer
Copy link

bsjaffer commented Dec 8, 2015

Is there a way to publish using publish profile?

@hoffi
Copy link
Owner

hoffi commented Dec 8, 2015

I haven't tested this, as i don't use it, but according to this article you need to specify two properties: /p:DeployOnBuild=true /p:PublishProfile=Profile

You can specify any properties in gulp-msbuild. For example:

msbuild({ properties: { DeployOnBuild: true, PublishProfile: "Profile" } })

Does this help you?

@hoffi hoffi added the question label Dec 8, 2015
@hoffi hoffi closed this as completed Jan 21, 2016
@hoffi hoffi added the wontfix label Jan 21, 2016
@sethkane
Copy link

sethkane commented Oct 5, 2016

@bsjaffer Did you ever get Publish profile to work?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants