Skip to content

Commit c9f3ecb

Browse files
committed
Merged PR 99785: [JS SDK]: Include only the Microsoft.PowerBI.JavaScript nupkg specifically
1. Revert the glob pattern for .gdn directory 1. Include the Microsoft.PowerBI.JavaScript nupkg specifically and not other nupkgs created as a byproduct of code analysis tools under .gdn directory
1 parent fd84fd8 commit c9f3ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/pipeline.user.windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ artifact_publish_options:
1616
# Enable signing on all declared artifacts.
1717
signing_options:
1818
profile: 'external_distribution'
19-
codesign_validation_glob_pattern: 'regex|.+(?:exe|dll)$;-|*.nd.dll;-|**\\.gdn\\**'
19+
codesign_validation_glob_pattern: 'regex|.+(?:exe|dll)$;-|*.nd.dll;-|.gdn\\**'
2020

2121
static_analysis_options:
2222
moderncop_options:
@@ -107,7 +107,7 @@ package:
107107
artifacts:
108108
- to: 'Release'
109109
include:
110-
- "**/*.nupkg"
110+
- "**/Microsoft.PowerBI.JavaScript.*.nupkg"
111111

112112
test:
113113
commands:

0 commit comments

Comments
 (0)