How to set the launch profile after publish in .netcore 2.1Valid Parameters for MSDeploy via MSBuildHow do I get a TFS build to precompile a web application using a saved publish profile?How to configure TFS Build: MSBuild Arguments: Publish Profile: File SystemPublish to IIS, setting Environment VariableHow to set aspnetcore_environment in publish file?How to use publish profile to target different environment.NET Core app unable to start in IIS due to ErrorCode = '0x80004005 : 80008083Run angular production release after dotnet publishPublishing to NET Core 2.1 to AWS results in 502.5 process errorSpecifiy files in publish profile to be removed?
How can I close a gap between my fence and my neighbor's that's on his side of the property line?
I need a disease
How do I overfit?
Why was the battle set up *outside* Winterfell?
What property of a BJT transistor makes it an amplifier?
What does this colon mean? It is not labeling, it is not ternary operator
Point of the the Dothraki's attack in GoT S8E3?
Mic, cable, pre-amp setup for acoustic guitar to perform with big band through mic and guitar amp?
How should I tell my manager I'm not paying for an optional after work event I'm not going to?
What is the difference between 'unconcealed' and 'revealed'?
Are there any Final Fantasy Spirits in Super Smash Bros Ultimate?
Randomness of Python's random
Is latino sine flexione dead?
Why Isn’t SQL More Refactorable?
Why is "Vayechulu" said 3 times on Leil Shabbat?
Manager is threatening to grade me poorly if I don't complete the project
Where can I go to avoid planes overhead?
Which module had more 'comfort' in terms of living space, the Lunar Module or the Command module?
Understanding trademark infringements in a world where many dictionary words are trademarks?
How do LIGO and VIRGO know that a gravitational wave has its origin in a neutron star or a black hole?
What matters more when it comes to book covers? Is it ‘professional quality’ or relevancy?
How did Kirk identify Gorgan in "And the Children Shall Lead"?
How do I tell my manager that his code review comment is wrong?
How to change lightning-radio-group selected value programmatically?
How to set the launch profile after publish in .netcore 2.1
Valid Parameters for MSDeploy via MSBuildHow do I get a TFS build to precompile a web application using a saved publish profile?How to configure TFS Build: MSBuild Arguments: Publish Profile: File SystemPublish to IIS, setting Environment VariableHow to set aspnetcore_environment in publish file?How to use publish profile to target different environment.NET Core app unable to start in IIS due to ErrorCode = '0x80004005 : 80008083Run angular production release after dotnet publishPublishing to NET Core 2.1 to AWS results in 502.5 process errorSpecifiy files in publish profile to be removed?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have a .netcore2.1 app, and it works locally great. I am setting it up to build in a TFS build.
It is published to a folder and is started with Web Deploy (MSDeploy). Using TFS, how can I set the --launch-profile
in the TFS publish process? Is it possible to do it during publish?
Launch profiles are set using dotnet run
, but my deploy process in TFS doesn't use dotnet run
.
dotnet run
asp.net-core tfs asp.net-core-2.1
add a comment |
I have a .netcore2.1 app, and it works locally great. I am setting it up to build in a TFS build.
It is published to a folder and is started with Web Deploy (MSDeploy). Using TFS, how can I set the --launch-profile
in the TFS publish process? Is it possible to do it during publish?
Launch profiles are set using dotnet run
, but my deploy process in TFS doesn't use dotnet run
.
dotnet run
asp.net-core tfs asp.net-core-2.1
add a comment |
I have a .netcore2.1 app, and it works locally great. I am setting it up to build in a TFS build.
It is published to a folder and is started with Web Deploy (MSDeploy). Using TFS, how can I set the --launch-profile
in the TFS publish process? Is it possible to do it during publish?
Launch profiles are set using dotnet run
, but my deploy process in TFS doesn't use dotnet run
.
dotnet run
asp.net-core tfs asp.net-core-2.1
I have a .netcore2.1 app, and it works locally great. I am setting it up to build in a TFS build.
It is published to a folder and is started with Web Deploy (MSDeploy). Using TFS, how can I set the --launch-profile
in the TFS publish process? Is it possible to do it during publish?
Launch profiles are set using dotnet run
, but my deploy process in TFS doesn't use dotnet run
.
dotnet run
asp.net-core tfs asp.net-core-2.1
asp.net-core tfs asp.net-core-2.1
asked Mar 22 at 22:22
kosmoskosmos
127316
127316
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55308525%2fhow-to-set-the-launch-profile-after-publish-in-netcore-2-1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55308525%2fhow-to-set-the-launch-profile-after-publish-in-netcore-2-1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown