266
266
267
267
<Target Name =" CodeSignBinaries" AfterTargets =" Build" Condition =" '$(CodeSign)' == 'true'" >
268
268
<Message Text =" ====> Executing CodeSignBinaries Target..." Importance =" high" />
269
- <Message Text =" ----> Dlls signing section" Importance =" high" />
269
+ <Message Text =" variables. Dlls signing section" Importance =" high" />
270
270
271
271
<!-- Azure -->
272
272
<ItemGroup Condition =" '$(Scope)' == 'All' or '$(Scope)' == 'Latest' or '$(Scope)' == 'Netcore'" >
@@ -283,7 +283,7 @@ $(RepoArtifacts)/$(Configuration)/**/Microsoft.Azure.PowerShell.Authenticators.d
283
283
<!-- Copying shortcut to be signed -->
284
284
<Copy SourceFiles =" $(RepoRoot)tools/Az/Az.psm1" DestinationFolder =" $(RepoArtifacts)/$(Configuration)" Condition =" '$(Scope)' == 'Netcore'" />
285
285
286
- <Message Text =" ----> Scripts signing section" Importance =" high" />
286
+ <Message Text =" variables. Scripts signing section" Importance =" high" />
287
287
<!-- Azure -->
288
288
<ItemGroup Condition =" '$(Scope)' == 'All' or '$(Scope)' == 'Latest' or '$(Scope)' == 'Netcore'" >
289
289
<ScriptsToSign Include =" $(RepoArtifacts)/$(Configuration)/**/*.ps1" />
@@ -295,19 +295,19 @@ $(RepoArtifacts)/$(Configuration)/**/Microsoft.Azure.PowerShell.Authenticators.d
295
295
<ESRPSignTask CopyBackSignedFilesToOriginalLocation =" true" UnsignedFileList =" @(ScriptsToSign)" SignLogDirPath =" $(RepoRoot)scripts-signing.log" Condition =" !$(DelaySign) and '@(ScriptsToSign)' != ''" />
296
296
297
297
<!-- RemoveCodeSignArtifacts.ps1 -->
298
- <Message Text =" ----> Remove artifacts section" Importance =" high" />
298
+ <Message Text =" variables. Remove artifacts section" Importance =" high" />
299
299
<Exec Command =" $(PowerShellCoreCommandPrefix) " Get-ChildItem -Path $(RepoArtifacts) -Recurse -Include 'Signed','Unsigned' | Remove-Item -Recurse -Force -Confirm:$false -ErrorAction Ignore" " IgnoreExitCode =" true" />
300
300
301
301
<!-- CheckSignature.ps1 -->
302
- <Message Text =" ----> CheckSignature section" Importance =" high" />
302
+ <Message Text =" variables. CheckSignature section" Importance =" high" />
303
303
<Exec Command =" $(PowerShellCoreCommandPrefix) " . $(RepoTools)/CheckSignature.ps1 -CustomPath $(RepoArtifacts)/$(Configuration)" " Condition =" '$(Scope)' != 'Stack'" />
304
304
305
305
<!-- Copy files back after signing -->
306
306
<Copy SourceFiles =" $(RepoArtifacts)/$(Configuration)/Az.psm1" DestinationFolder =" $(RepoRoot)tools/Az" Condition =" '$(Scope)' == 'Netcore'" />
307
307
</Target >
308
308
309
309
<Target Name =" CodeSignInstaller" AfterTargets =" BuildInstaller" Condition =" '$(CodeSign)' == 'true'" >
310
- <Message Text =" ----> CodeSignInstaller section" Importance =" high" />
310
+ <Message Text =" variables. CodeSignInstaller section" Importance =" high" />
311
311
312
312
<GetFrameworkSdkPath >
313
313
<Output TaskParameter =" Path" PropertyName =" WindowsSdkPath" />
0 commit comments