Skip to content

Commit e5eb88d

Browse files
authored
Update code-sign.yml for Azure Pipelines (#24345)
1 parent 61d0636 commit e5eb88d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/code-sign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
displayName: 'Install PowerShellGet [v2.1.3 has a Publish-Module bug]'
3939

4040
- task: DotNetCoreCLI@2
41-
displayName: Build
41+
displayName: Build For Target Module
4242
condition: ne('${{ parameters.TargetModule }}', 'none')
4343
inputs:
4444
command: custom
4545
custom: msbuild
4646
arguments: 'build.proj /t:"Build;CopyAboutTopics;GenerateHelp" /p:"Configuration=Release;GenerateDocumentationFile=true;TargetModule=${{ parameters.TargetModule }}"'
4747
- task: DotNetCoreCLI@2
48-
displayName: Build
48+
displayName: Build For Modified Modules
4949
condition: eq('${{ parameters.TargetModule }}', 'none')
5050
inputs:
5151
command: custom

0 commit comments

Comments
 (0)