File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 135135 </Target >
136136
137137 <Target Name =" DownloadDevloopedJwk" BeforeTargets =" GetAssemblyAttributes" Inputs =" $(MSBuildProjectFullPath)" Outputs =" $(MSBuildProjectDirectory)\$(BaseIntermediateOutputPath)devlooped.jwk" >
138- <Exec Command =' pwsh -nop -f " $(MSBuildThisFileDirectory)jwk.ps1"' ConsoleToMSBuild =" true" EchoOff =" true" >
138+ <Exec Command =" pwsh -nop -f $(MSBuildThisFileDirectory)jwk.ps1" ConsoleToMSBuild =" true" EchoOff =" true" >
139139 <Output TaskParameter =" ConsoleOutput" PropertyName =" RawJwk" />
140140 <Output TaskParameter =" ExitCode" PropertyName =" MSBuildLastExitCode" />
141141 </Exec >
Original file line number Diff line number Diff line change 4646 </ItemGroup >
4747
4848 <Target Name =" DownloadDevloopedJwk" BeforeTargets =" GetAssemblyAttributes" Inputs =" $(MSBuildProjectFullPath)" Outputs =" $(MSBuildProjectDirectory)\$(BaseIntermediateOutputPath)devlooped.jwk" >
49- <Exec Command =' pwsh -nop -f " $(MSBuildThisFileDirectory)jwk.ps1"' ConsoleToMSBuild =" true" EchoOff =" true" >
49+ <Exec Command =" pwsh -nop -f $(MSBuildThisFileDirectory)..\ jwk.ps1" ConsoleToMSBuild =" true" EchoOff =" true" >
5050 <Output TaskParameter =" ConsoleOutput" PropertyName =" DevloopedJwk" />
5151 <Output TaskParameter =" ExitCode" PropertyName =" MSBuildLastExitCode" />
5252 </Exec >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments