Skip to content

Commit

Permalink
Fix for PDB generation for Debug builds and fix for cmdlet help gener…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
CodeCyclone authored and inthemedium committed Apr 2, 2019
1 parent fb87519 commit 67582c4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/Microsoft.PowerBI.Build.targets
Expand Up @@ -7,6 +7,10 @@ Licensed under the MIT License.
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup Condition="'$(MSBuildProjectExtension)' == '.csproj' AND '$(Configuration)' == 'Debug' ">
<DebugType>portable</DebugType>
</PropertyGroup>

<ItemGroup Condition="'$(ReferenceWindowsAuthenticator)' == 'true'">
<ProjectReference Include="$(SourceRoot)Common\AzureADWindowsAuthenticator\AzureADWindowsAuthenticator.csproj">
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
Expand Down
Expand Up @@ -11,6 +11,12 @@ Locale: en-US
PowerShell cmdlets for managing and interacting with Power BI reports.

## MicrosoftPowerBIMgmt.Reports Cmdlets
### [Copy-PowerBIReport](Copy-PowerBIReport.md)
Creates a copy of the specified Power BI report.

### [Copy-PowerBITile](Copy-PowerBITile.md)
Creates a copy of the specified Power BI tile and adds it to a Power BI dashboard.

### [Export-PowerBIReport](Export-PowerBIReport.md)
Exports a Power BI report to the .pbix file format.

Expand All @@ -26,6 +32,9 @@ Returns a list of Power BI reports.
### [Get-PowerBITile](Get-PowerBITile.md)
Returns a list of Power BI tiles for a dashboard.

### [New-PowerBIDashboard](New-PowerBIDashboard.md)
Creates a new empty Power BI dashboard.

### [New-PowerBIReport](New-PowerBIReport.md)
Creates a Power BI report.

0 comments on commit 67582c4

Please sign in to comment.