Skip to content

Commit 2d701e6

Browse files
authored
Update build.proj
1 parent 5043c68 commit 2d701e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@
257257
ExpectedDelaySigned="false"
258258
ContinueOnError="false"
259259
Condition="!$(DelaySign) and '@(DelaySignedAssembliesToSign)' != ''"/>
260-
261-
<Exec Command="$(MSBuildProjectDirectory)\tools\CheckStrongNameSignature.ps1"/>
260+
261+
<Exec Command="$(PowerShellCommand) -NonInteractive -NoLogo -NoProfile -Command &quot;. $(LibraryToolsFolder)\CheckStrongNameSignature.ps1 &quot;"/>
262262

263263
<!-- Copying signed shortcut back -->
264264
<Copy SourceFiles="$(LibrarySourceFolder)\Package\$(Configuration)\AzureRM.psd1"

0 commit comments

Comments
 (0)