Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace --output flag with /p:PublishDir
This fixes publish failing with the error `error NETSDK1194: The "--output" option isn't supported when building a solution.` The `--output` flag has been deprecated, the recommended approach is to use `/p:PublishDir=..` instead. Reference: dotnet/performance#2774
- Loading branch information