File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -199,9 +199,9 @@ jobs:
199
199
run : ci/scripts/setSconsArgs.ps1
200
200
env :
201
201
apiSigningToken : ${{ (github.event_name == 'push' && env.feature_signing) && secrets.API_SIGNING_TOKEN || '' }}
202
- - name : Install SignPath
203
- if : ${{ github.event_name == 'push' && env.feature_signing }}
204
- run : Install-Module -Name SignPath -Force
202
+ # - name: Install SignPath
203
+ # if: ${{ github.event_name == 'push' && env.feature_signing }}
204
+ # run: Install-Module -Name SignPath -Force
205
205
- name : Create launcher
206
206
shell : cmd
207
207
run : scons %sconsOutTargets% %sconsArgs% ${{ !runner.debug && '--all-cores' || '-j1'}}
Original file line number Diff line number Diff line change 8
8
[string ]$FileToSign
9
9
)
10
10
11
- Import-Module - Name SignPath
11
+ Install-PSResource - Name SignPath - TrustRepository
12
12
Submit-SigningRequest - ApiToken $ApiToken - InputArtifactPath $FileToSign - OutputArtifactPath $FileToSign - OrganizationId " 12147e94-bba9-4fef-b29b-300398e90c5a" - ProjectSlug " NVDA" - SigningPolicySlug " release_signing_policy" - WaitForCompletion - Force
You can’t perform that action at this time.
0 commit comments