-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Update local deployment instructions #73417
Conversation
@jaredpar @dotnet/roslyn-compiler for review of small doc change. Thanks |
@@ -86,6 +86,7 @@ give it a try. | |||
### Deploying with command-line (recommended method) | |||
|
|||
You can build and deploy with the following command: | |||
`.\Restore.cmd -Configuration Release` followed by | |||
`.\Build.cmd -Configuration Release -deployExtensions -launch`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`.\Build.cmd -Configuration Release -deployExtensions -launch`. | |
`.\Build.cmd -Restore -Configuration Release -deployExtensions -launch`. |
Why two lines here? This one line should do the same thing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's better indeed. Thanks
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
If I just do a normal restore, then I get the following error: