Skip to content

Commit e121205

Browse files
author
Oren Novotny
committed
try moving strong name disable to the beginning
1 parent ef35749 commit e121205

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-pipelines.ix.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ variables:
2828
BuildConfiguration: Release
2929

3030
steps:
31+
- script: |
32+
reg ADD "HKLM\SOFTWARE\Microsoft\StrongName\Verification\*,94bc3704cddfc263" /f
33+
reg ADD "HKLM\SOFTWARE\Wow6432Node\Microsoft\StrongName\Verification\*,94bc3704cddfc263" /f
34+
35+
displayName: Disable strong name verification
36+
3137
- task: DotNetCoreInstaller@0
3238
inputs:
3339
version: '3.0.100-preview4-010374'
@@ -64,12 +70,6 @@ steps:
6470
arguments: install --tool-path . dotnet-reportgenerator-globaltool
6571
displayName: Install ReportGenerator tool
6672

67-
- script: |
68-
reg ADD "HKLM\SOFTWARE\Microsoft\StrongName\Verification\*,94bc3704cddfc263" /f
69-
reg ADD "HKLM\SOFTWARE\Wow6432Node\Microsoft\StrongName\Verification\*,94bc3704cddfc263" /f
70-
71-
displayName: Disable strong name verification
72-
7373
- task: DotNetCoreCLI@2
7474
inputs:
7575
command: test

0 commit comments

Comments
 (0)