We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a58e0 commit bbd287fCopy full SHA for bbd287f
1 file changed
Deploy-SSRSProject/ssrs-powershell-deploy.pssproj
@@ -8,7 +8,7 @@
8
<RootNamespace>MyApplication</RootNamespace>
9
<AssemblyName>MyApplication</AssemblyName>
10
<Name>ssrs-powershell-deploy</Name>
11
- <DebugArguments>-path 'C:\SomeFolders\YourReportsProject.rptproj' -configuration Release -verbose -debug</DebugArguments>
+ <DebugArguments>-path 'Example-Reports\Example-Reports.rptproj' -configuration Release -verbose -debug</DebugArguments>
12
</PropertyGroup>
13
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14
<DebugSymbols>true</DebugSymbols>
0 commit comments