File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -134,12 +134,13 @@ function Set-DbaAgentJobOutputFile {
134134 $jobStep.Refresh ()
135135
136136 [PSCustomObject ]@ {
137- ComputerName = $server.ComputerName
138- InstanceName = $server.ServiceName
139- SqlInstance = $server.DomainInstanceName
140- Job = $currentJob.Name
141- JobStep = $jobStep.Name
142- OutputFileName = $currentOutputFile
137+ ComputerName = $server.ComputerName
138+ InstanceName = $server.ServiceName
139+ SqlInstance = $server.DomainInstanceName
140+ Job = $currentJob.Name
141+ JobStep = $jobStep.Name
142+ OutputFileName = $OutputFile
143+ OldOutputFileName = $currentOutputFile
143144 }
144145 }
145146 } catch {
@@ -148,4 +149,4 @@ function Set-DbaAgentJobOutputFile {
148149 }
149150 }
150151 }
151- }
152+ }
You can’t perform that action at this time.
0 commit comments