Skip to content

Commit 0465fdc

Browse files
authored
Update code-sign.yml for Azure Pipelines (#24203)
1 parent b44a8d0 commit 0465fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/code-sign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
inputs:
302302
command: custom
303303
custom: msbuild
304-
arguments: 'build.proj /t:Publish /p:Configuration=Release;NuGetKey=$(NuGetKey);GenerateDocumentationFile=false'
304+
arguments: 'build.proj /t:Publish /p:Configuration=Release;NuGetKey=$(NuGetKey);GenerateDocumentationFile=false;TargetModule=${{ parameters.TargetModule }}'
305305

306306
- pwsh: |
307307
#this task won't be triggered unless $AzureStack was set to true

0 commit comments

Comments
 (0)