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 61d0636 commit e5eb88dCopy full SHA for e5eb88d
.azure-pipelines/code-sign.yml
@@ -38,14 +38,14 @@ jobs:
38
displayName: 'Install PowerShellGet [v2.1.3 has a Publish-Module bug]'
39
40
- task: DotNetCoreCLI@2
41
- displayName: Build
+ displayName: Build For Target Module
42
condition: ne('${{ parameters.TargetModule }}', 'none')
43
inputs:
44
command: custom
45
custom: msbuild
46
arguments: 'build.proj /t:"Build;CopyAboutTopics;GenerateHelp" /p:"Configuration=Release;GenerateDocumentationFile=true;TargetModule=${{ parameters.TargetModule }}"'
47
48
+ displayName: Build For Modified Modules
49
condition: eq('${{ parameters.TargetModule }}', 'none')
50
51
0 commit comments