We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5043c68 commit 2d701e6Copy full SHA for 2d701e6
build.proj
@@ -257,8 +257,8 @@
257
ExpectedDelaySigned="false"
258
ContinueOnError="false"
259
Condition="!$(DelaySign) and '@(DelaySignedAssembliesToSign)' != ''"/>
260
-
261
- <Exec Command="$(MSBuildProjectDirectory)\tools\CheckStrongNameSignature.ps1"/>
+
+ <Exec Command="$(PowerShellCommand) -NonInteractive -NoLogo -NoProfile -Command ". $(LibraryToolsFolder)\CheckStrongNameSignature.ps1 ""/>
262
263
<!-- Copying signed shortcut back -->
264
<Copy SourceFiles="$(LibrarySourceFolder)\Package\$(Configuration)\AzureRM.psd1"
0 commit comments