Skip to content

Commit 30dd7a9

Browse files
authored
Merge pull request #2750 from OPCFoundation/master
Merge main in release branch
2 parents b493b34 + 41363bd commit 30dd7a9

File tree

538 files changed

+6791
-78855
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

538 files changed

+6791
-78855
lines changed

.azurepipelines/get-version.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
try {
1111
# Try install tool
12-
# Note: Keep Version 3.6.133, it is known working for 4 digit versioning
13-
& dotnet @("tool", "install", "--tool-path", "./tools", "--version", "3.6.139", "--framework", "net60", "nbgv") 2>&1
12+
# Note: Keep Version 3.6.141, it is known working for 4 digit versioning
13+
& dotnet @("tool", "install", "--tool-path", "./tools", "--version", "3.6.141", "--framework", "net60", "nbgv") 2>&1
1414

1515
$props = (& ./tools/nbgv @("get-version", "-f", "json")) | ConvertFrom-Json
1616
if ($LastExitCode -ne 0) {

.azurepipelines/test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,20 @@ jobs:
5959
inputs:
6060
targetType: filePath
6161
filePath: ./.azurepipelines/set-version.ps1
62+
- task: DownloadSecureFile@1
63+
name: fuzzingartifacts
64+
displayName: 'Download Fuzzing artifacts'
65+
inputs:
66+
secureFile: 'FuzzingArtifacts.zip'
67+
- task: ExtractFiles@1
68+
displayName: 'Extract Fuzzing artifacts'
69+
condition: ne(variables['fuzzingartifacts.secureFilePath'], '')
70+
inputs:
71+
archiveFilePatterns: '$(Agent.TempDirectory)/FuzzingArtifacts.zip'
72+
destinationFolder: ./Fuzzing/Encoders/Fuzz.Tests
73+
cleanDestinationFolder: false
74+
overwriteExistingFiles: true
75+
continueOnError: true
6276
- task: DotNetCoreCLI@2
6377
displayName: Restore ${{ parameters.configuration }}
6478
inputs:

.azurepipelines/testcc.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,25 @@ jobs:
3737
- task: NuGetToolInstaller@1
3838
inputs:
3939
versionSpec: '>=5.8.x'
40+
- task: DownloadSecureFile@1
41+
name: fuzzingartifacts
42+
displayName: 'Download Fuzzing artifacts'
43+
inputs:
44+
secureFile: 'FuzzingArtifacts.zip'
4045
- task: PowerShell@2
4146
displayName: Versioning
4247
inputs:
4348
targetType: filePath
4449
filePath: ./.azurepipelines/set-version.ps1
50+
- task: ExtractFiles@1
51+
displayName: 'Extract Fuzzing artifacts'
52+
condition: ne(variables['fuzzingartifacts.secureFilePath'], '')
53+
inputs:
54+
archiveFilePatterns: '$(Agent.TempDirectory)/FuzzingArtifacts.zip'
55+
destinationFolder: ./Fuzzing/Encoders/Fuzz.Tests
56+
cleanDestinationFolder: false
57+
overwriteExistingFiles: true
58+
continueOnError: true
4559
- task: DotNetCoreCLI@2
4660
displayName: Restore ${{ parameters.framework }}
4761
inputs:
@@ -77,13 +91,10 @@ jobs:
7791
7892
displayName: Create Code Coverage Report
7993
continueOnError: true
80-
- task: PublishCodeCoverageResults@1
94+
- task: PublishCodeCoverageResults@2
8195
displayName: 'Publish code coverage'
8296
inputs:
83-
codeCoverageTool: Cobertura
8497
summaryFileLocation: '$(Build.SourcesDirectory)/CodeCoverage/Cobertura.xml'
85-
reportDirectory: '$(Build.SourcesDirectory)/CodeCoverage'
86-
8798
continueOnError: true
8899
- script: |
89100
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r $REPORT_LOCATION --commit-uuid $COMMIT_UUID

Applications/ClientControls.Net4/Browse/AttributeListCtrl.Designer.cs

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)