Skip to content

Commit ed95b6d

Browse files
authored
Copy and Upload .Scripts to build output (#1613)
* Fix legacy-sdk release pipeline artifacts permission * Test release pipeline, will remove this after testing * Done testing and revert version back
1 parent 300bd4a commit ed95b6d

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.pipelines/pipeline.user.windows.official.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ static_analysis_options:
99
fail_on_error: true
1010
build:
1111
commands:
12+
- !!buildcommand
13+
name: 'Upload Build Scripts'
14+
command: '.scripts/copy-source.cmd' # this file is empty
15+
artifacts:
16+
- from: '.scripts/'
17+
to: 'Scripts'
18+
include:
19+
- '**/*'
1220
- !!buildcommand
1321
name: 'Assemble Perf Counters DLL'
1422
command: '.scripts/gradle.cmd'

.pipelines/pipeline.user.windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ static_analysis_options:
1818
fail_on_error: true
1919
signing_options:
2020
profile: 'none'
21+
codesign_validation_glob_pattern: '-:regex|\.(ps1|cmd|psm1)$;-|.gdn\\**'
2122
restore:
2223
commands:
2324
- !!defaultcommand

.scripts/copy-source.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
echo "Do nothing here."

0 commit comments

Comments
 (0)