Skip to content

Commit bbd287f

Browse files
committed
deploy example project by default
1 parent 31a58e0 commit bbd287f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Deploy-SSRSProject/ssrs-powershell-deploy.pssproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>MyApplication</RootNamespace>
99
<AssemblyName>MyApplication</AssemblyName>
1010
<Name>ssrs-powershell-deploy</Name>
11-
<DebugArguments>-path 'C:\SomeFolders\YourReportsProject.rptproj' -configuration Release -verbose -debug</DebugArguments>
11+
<DebugArguments>-path 'Example-Reports\Example-Reports.rptproj' -configuration Release -verbose -debug</DebugArguments>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1414
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)