We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ea132 commit 054fc88Copy full SHA for 054fc88
azure-pipelines/microbuild.after.yml
@@ -11,7 +11,7 @@ steps:
11
displayName: 🔍 Verify Signed Files
12
inputs:
13
TargetFolders: |
14
- $(Build.SourcesDirectory)/bin/Packages/$(BuildConfiguration)/NuGet
+ $(Build.SourcesDirectory)/bin/Packages/$(BuildConfiguration)
15
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
16
17
- ${{ if parameters.IsOptProf }}:
0 commit comments