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 b44a8d0 commit 0465fdcCopy full SHA for 0465fdc
.azure-pipelines/code-sign.yml
@@ -301,7 +301,7 @@ jobs:
301
inputs:
302
command: custom
303
custom: msbuild
304
- arguments: 'build.proj /t:Publish /p:Configuration=Release;NuGetKey=$(NuGetKey);GenerateDocumentationFile=false'
+ arguments: 'build.proj /t:Publish /p:Configuration=Release;NuGetKey=$(NuGetKey);GenerateDocumentationFile=false;TargetModule=${{ parameters.TargetModule }}'
305
306
- pwsh: |
307
#this task won't be triggered unless $AzureStack was set to true
0 commit comments