File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9
9
.vs /
10
10
.vscode /
11
11
.tools /
12
- /build / loc /Properties /launchSettings.json
12
+ /eng / tools / OneLocBuildSetup /Properties /launchSettings.json
13
13
14
14
# Build results, but not the debug folder under projectsystem
15
15
[Aa ]rtifacts /
Original file line number Diff line number Diff line change 6
6
Codex/
7
7
VSSetup.obj/
8
8
MicroBuild/
9
- !MicroBuild/Output/Bootstrapper .json
9
+ !MicroBuild/Output/BootstrapperInfo .json
10
10
!MicroBuild/Staging/
11
11
!MicroBuild/Verify/out/
Original file line number Diff line number Diff line change 51
51
signType : ${{ parameters.SignType }}
52
52
esrpSigning : true
53
53
54
- # Gets the signconfig.xml from the MicroBuild Signing plugin and sets the retry interval to 60 seconds.
55
- # This reduces the calls to the signing API and pipeline log bloat.
56
- - powershell : . '$(Build.SourcesDirectory)/eng/scripts/SetSigningRetryInterval.ps1' -signConfigPath ((Get-ChildItem -Path '$(Build.StagingDirectory)/MicroBuild/Plugins/*/build/signconfig.xml').FullName) -intervalInSeconds 60
54
+ # Gets the signconfig.xml from the MicroBuild Signing plugin and sets the retry interval to 30 seconds.
55
+ # This reduces the calls to the signing API (potentially increasing signing speed) and reduces the pipeline log bloat when polling signing completion .
56
+ - powershell : . '$(Build.SourcesDirectory)/eng/scripts/SetSigningRetryInterval.ps1' -signConfigPath ((Get-ChildItem -Path '$(Build.StagingDirectory)/MicroBuild/Plugins/*/build/signconfig.xml').FullName) -intervalInSeconds 30
57
57
displayName : Set Signing Interval
58
58
continueOnError : true
59
59
Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ jobs:
14
14
artifact : $(Build.BuildNumber)
15
15
# Only download the necessary files for publishing.
16
16
patterns : |
17
- VSSetup/Insertion/
18
- packages/
17
+ VSSetup/Insertion/**
18
+ packages/**
19
19
# Download the staging artifacts from the Build job.
20
20
- download : current
21
21
displayName : Download Staging Artifacts
22
22
artifact : Staging
23
23
# Only download the necessary files for publishing.
24
24
patterns : |
25
- MicroBuild/
26
- OptProf/
25
+ MicroBuild/**
26
+ OptProf/**
27
27
28
28
# ##################################################################################################################################################################
29
29
# PUBLISH INSERTION
You can’t perform that action at this time.
0 commit comments