Skip to content

Commit 5dac1a0

Browse files
committed
Text change to trigger CI.
1 parent e23f335 commit 5dac1a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.proj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266

267267
<Target Name="CodeSignBinaries" AfterTargets="Build" Condition="'$(CodeSign)' == 'true'">
268268
<Message Text="====> Executing CodeSignBinaries Target..." Importance="high" />
269-
<Message Text="----> Dlls signing section" Importance="high" />
269+
<Message Text="variables.Dlls signing section" Importance="high" />
270270

271271
<!-- Azure -->
272272
<ItemGroup Condition="'$(Scope)' == 'All' or '$(Scope)' == 'Latest' or '$(Scope)' == 'Netcore'">
@@ -283,7 +283,7 @@ $(RepoArtifacts)/$(Configuration)/**/Microsoft.Azure.PowerShell.Authenticators.d
283283
<!-- Copying shortcut to be signed -->
284284
<Copy SourceFiles="$(RepoRoot)tools/Az/Az.psm1" DestinationFolder="$(RepoArtifacts)/$(Configuration)" Condition="'$(Scope)' == 'Netcore'" />
285285

286-
<Message Text="----> Scripts signing section" Importance="high" />
286+
<Message Text="variables.Scripts signing section" Importance="high" />
287287
<!-- Azure -->
288288
<ItemGroup Condition="'$(Scope)' == 'All' or '$(Scope)' == 'Latest' or '$(Scope)' == 'Netcore'">
289289
<ScriptsToSign Include="$(RepoArtifacts)/$(Configuration)/**/*.ps1" />
@@ -295,19 +295,19 @@ $(RepoArtifacts)/$(Configuration)/**/Microsoft.Azure.PowerShell.Authenticators.d
295295
<ESRPSignTask CopyBackSignedFilesToOriginalLocation="true" UnsignedFileList="@(ScriptsToSign)" SignLogDirPath="$(RepoRoot)scripts-signing.log" Condition="!$(DelaySign) and '@(ScriptsToSign)' != ''" />
296296

297297
<!-- RemoveCodeSignArtifacts.ps1 -->
298-
<Message Text="----> Remove artifacts section" Importance="high" />
298+
<Message Text="variables.Remove artifacts section" Importance="high" />
299299
<Exec Command="$(PowerShellCoreCommandPrefix) &quot;Get-ChildItem -Path $(RepoArtifacts) -Recurse -Include 'Signed','Unsigned' | Remove-Item -Recurse -Force -Confirm:$false -ErrorAction Ignore&quot;" IgnoreExitCode="true" />
300300

301301
<!-- CheckSignature.ps1 -->
302-
<Message Text="----> CheckSignature section" Importance="high" />
302+
<Message Text="variables.CheckSignature section" Importance="high" />
303303
<Exec Command="$(PowerShellCoreCommandPrefix) &quot;. $(RepoTools)/CheckSignature.ps1 -CustomPath $(RepoArtifacts)/$(Configuration)&quot;" Condition="'$(Scope)' != 'Stack'" />
304304

305305
<!-- Copy files back after signing -->
306306
<Copy SourceFiles="$(RepoArtifacts)/$(Configuration)/Az.psm1" DestinationFolder="$(RepoRoot)tools/Az" Condition="'$(Scope)' == 'Netcore'" />
307307
</Target>
308308

309309
<Target Name="CodeSignInstaller" AfterTargets="BuildInstaller" Condition="'$(CodeSign)' == 'true'">
310-
<Message Text="----> CodeSignInstaller section" Importance="high" />
310+
<Message Text="variables.CodeSignInstaller section" Importance="high" />
311311

312312
<GetFrameworkSdkPath>
313313
<Output TaskParameter="Path" PropertyName="WindowsSdkPath" />

0 commit comments

Comments
 (0)