-
Notifications
You must be signed in to change notification settings - Fork 25.1k
ROPC: dotnet publish /2 #34114
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
ROPC: dotnet publish /2 #34114
Conversation
tdykstra
left a comment
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.
LGTM, just a few comments.
| /p:Username={USERNAME} | ||
| /p:Password={PASSWORD} | ||
| ``` | ||
| <!-- As of Nov 2024 |
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.
Why is this commented out?
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 internal for us to test fetching PW. I don't want publish how to get and save the pw, it's not hard to figure out.
|
|
||
| > [!IMPORTANT] | ||
| > The `dotnet msbuild` command is a cross-platform command and can compile ASP.NET Core apps on macOS and Linux. However, MSBuild on macOS and Linux isn't capable of deploying an app to Azure or other MSDeploy endpoints. | ||
| Delete the RG or restore the basic auth settings to disabled. |
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.
I presume RG is resource group, but if that isn't explained anywhere in the text, it would be worthwhile to add it.
Co-authored-by: Tom Dykstra <[email protected]>
Fixes #33861
Fixes #30013
Fixes #33759
Fixes #24852
Fixes #32721
Fixes #34131
I removed most information found in Microsoft.NET.Sdk.Publish, Overview of Visual Studio Publish and
MSBuild
Internal previews