-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added plugin version for PACTware 6 Upgraded cake build to use cake frosting Usage of PackageReferences & editorconfig file header
- Loading branch information
Showing
153 changed files
with
4,127 additions
and
5,538 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,42 @@ | ||
resources: | ||
- repo: self | ||
queue: | ||
name: Hosted VS2017 | ||
demands: DotNetFramework | ||
pool: | ||
vmImage: 'windows-2019' | ||
|
||
steps: | ||
- task: NuGetCommand@2 | ||
inputs: | ||
vstsFeed: '73b462b3-f7d1-4d50-afc6-4c357fefba75' | ||
# - task: NuGetCommand@2 | ||
# inputs: | ||
# vstsFeed: '73b462b3-f7d1-4d50-afc6-4c357fefba75' | ||
|
||
- task: DownloadSecureFile@1 | ||
inputs: | ||
secureFile: wetcon_codesign_July_2021.pfx | ||
|
||
- powershell: | | ||
$env:SignCertPath=$env:DOWNLOADSECUREFILE_SECUREFILEPATH | ||
./build.ps1 --Target Build --Sign | ||
./build.PW5.ps1 --Target Build --Sign | ||
displayName: Build with cake | ||
env: | ||
SignCertPassword: $(SignCertPassword) | ||
SignCertTimeStampUri: $(SignCertTimeStampUri) | ||
|
||
- task: PublishBuildArtifacts@1 | ||
inputs: | ||
PathtoPublish: 'artifacts/Wetcon.PactwarePlugin.OpcUaServer.Setup/PW5' | ||
ArtifactName: SetupPW5 | ||
publishLocation: Container | ||
|
||
- powershell: | | ||
$env:SignCertPath=$env:DOWNLOADSECUREFILE_SECUREFILEPATH | ||
./build.PW6.ps1 --Target Build --Sign | ||
displayName: Build with cake | ||
env: | ||
SignCertPassword: $(SignCertPassword) | ||
SignCertTimeStampUri: $(SignCertTimeStampUri) | ||
|
||
- task: PublishBuildArtifacts@1 | ||
inputs: | ||
PathtoPublish: 'artifacts/Wetcon.PactwarePlugin.OpcUaServer.Setup' | ||
ArtifactName: Setup | ||
PathtoPublish: 'artifacts/Wetcon.PactwarePlugin.OpcUaServer.Setup/PW6' | ||
ArtifactName: SetupPW6 | ||
publishLocation: Container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.8.34330.188 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wetcon.PactwarePlugin.OpcUaServer.Plugin.PW5", "src\Wetcon.PactwarePlugin.OpcUaServer.Plugin\Wetcon.PactwarePlugin.OpcUaServer.Plugin.PW5.csproj", "{884780DC-0864-40CE-AD60-D7C2EE426DA0}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wetcon.PactwarePlugin.OpcUaServer.Plugin.PW5.Tests", "tests\Wetcon.PactwarePlugin.OpcUaServer.Plugin.Tests\Wetcon.PactwarePlugin.OpcUaServer.Plugin.PW5.Tests.csproj", "{C985CAE0-1878-47B9-A9A1-C29D04362678}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{6494E4CF-9644-457A-8241-2F3B510B899D}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build.PW5", "build\Build.PW5.csproj", "{C7CFDABD-2F2A-43BC-B7ED-E6E646186D61}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wetcon.OpcUaClient.Base", "src\Wetcon.OpcUaClient.Base\Wetcon.OpcUaClient.Base.csproj", "{430EA390-C214-4870-8F38-A298EE389898}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{884780DC-0864-40CE-AD60-D7C2EE426DA0}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
{884780DC-0864-40CE-AD60-D7C2EE426DA0}.Debug|Any CPU.Build.0 = Debug|x86 | ||
{884780DC-0864-40CE-AD60-D7C2EE426DA0}.Release|Any CPU.ActiveCfg = Release|x86 | ||
{884780DC-0864-40CE-AD60-D7C2EE426DA0}.Release|Any CPU.Build.0 = Release|x86 | ||
{C985CAE0-1878-47B9-A9A1-C29D04362678}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
{C985CAE0-1878-47B9-A9A1-C29D04362678}.Debug|Any CPU.Build.0 = Debug|x86 | ||
{C985CAE0-1878-47B9-A9A1-C29D04362678}.Release|Any CPU.ActiveCfg = Release|x86 | ||
{C985CAE0-1878-47B9-A9A1-C29D04362678}.Release|Any CPU.Build.0 = Release|x86 | ||
{C7CFDABD-2F2A-43BC-B7ED-E6E646186D61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{C7CFDABD-2F2A-43BC-B7ED-E6E646186D61}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{430EA390-C214-4870-8F38-A298EE389898}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{430EA390-C214-4870-8F38-A298EE389898}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{430EA390-C214-4870-8F38-A298EE389898}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{430EA390-C214-4870-8F38-A298EE389898}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(NestedProjects) = preSolution | ||
{C985CAE0-1878-47B9-A9A1-C29D04362678} = {6494E4CF-9644-457A-8241-2F3B510B899D} | ||
{430EA390-C214-4870-8F38-A298EE389898} = {6494E4CF-9644-457A-8241-2F3B510B899D} | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {40D688D0-D99C-4FD6-8289-0C1A91E02B0A} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.8.34330.188 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{6494E4CF-9644-457A-8241-2F3B510B899D}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wetcon.OpcUaClient.Base", "src\Wetcon.OpcUaClient.Base\Wetcon.OpcUaClient.Base.csproj", "{430EA390-C214-4870-8F38-A298EE389898}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wetcon.PactwarePlugin.OpcUaServer.Plugin.PW6.Tests", "tests\Wetcon.PactwarePlugin.OpcUaServer.Plugin.Tests\Wetcon.PactwarePlugin.OpcUaServer.Plugin.PW6.Tests.csproj", "{C985CAE0-1878-47B9-A9A1-C29D04362678}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build.PW6", "build\Build.PW6.csproj", "{EF71B005-7033-4973-80F9-348F3CCBEACA}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wetcon.PactwarePlugin.OpcUaServer.Plugin.PW6", "src\Wetcon.PactwarePlugin.OpcUaServer.Plugin\Wetcon.PactwarePlugin.OpcUaServer.Plugin.PW6.csproj", "{884780DC-0864-40CE-AD60-D7C2EE426DA0}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|x86 = Debug|x86 | ||
Release|Any CPU = Release|Any CPU | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{430EA390-C214-4870-8F38-A298EE389898}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{430EA390-C214-4870-8F38-A298EE389898}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{430EA390-C214-4870-8F38-A298EE389898}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{430EA390-C214-4870-8F38-A298EE389898}.Debug|x86.Build.0 = Debug|Any CPU | ||
{430EA390-C214-4870-8F38-A298EE389898}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{430EA390-C214-4870-8F38-A298EE389898}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{430EA390-C214-4870-8F38-A298EE389898}.Release|x86.ActiveCfg = Release|Any CPU | ||
{430EA390-C214-4870-8F38-A298EE389898}.Release|x86.Build.0 = Release|Any CPU | ||
{C985CAE0-1878-47B9-A9A1-C29D04362678}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
{C985CAE0-1878-47B9-A9A1-C29D04362678}.Debug|Any CPU.Build.0 = Debug|x86 | ||
{C985CAE0-1878-47B9-A9A1-C29D04362678}.Debug|x86.ActiveCfg = Debug|x86 | ||
{C985CAE0-1878-47B9-A9A1-C29D04362678}.Debug|x86.Build.0 = Debug|x86 | ||
{C985CAE0-1878-47B9-A9A1-C29D04362678}.Release|Any CPU.ActiveCfg = Release|x86 | ||
{C985CAE0-1878-47B9-A9A1-C29D04362678}.Release|Any CPU.Build.0 = Release|x86 | ||
{C985CAE0-1878-47B9-A9A1-C29D04362678}.Release|x86.ActiveCfg = Release|x86 | ||
{C985CAE0-1878-47B9-A9A1-C29D04362678}.Release|x86.Build.0 = Release|x86 | ||
{EF71B005-7033-4973-80F9-348F3CCBEACA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{EF71B005-7033-4973-80F9-348F3CCBEACA}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{EF71B005-7033-4973-80F9-348F3CCBEACA}.Debug|x86.Build.0 = Debug|Any CPU | ||
{EF71B005-7033-4973-80F9-348F3CCBEACA}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{EF71B005-7033-4973-80F9-348F3CCBEACA}.Release|x86.ActiveCfg = Release|Any CPU | ||
{EF71B005-7033-4973-80F9-348F3CCBEACA}.Release|x86.Build.0 = Release|Any CPU | ||
{884780DC-0864-40CE-AD60-D7C2EE426DA0}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
{884780DC-0864-40CE-AD60-D7C2EE426DA0}.Debug|Any CPU.Build.0 = Debug|x86 | ||
{884780DC-0864-40CE-AD60-D7C2EE426DA0}.Debug|x86.ActiveCfg = Debug|x86 | ||
{884780DC-0864-40CE-AD60-D7C2EE426DA0}.Debug|x86.Build.0 = Debug|x86 | ||
{884780DC-0864-40CE-AD60-D7C2EE426DA0}.Release|Any CPU.ActiveCfg = Release|x86 | ||
{884780DC-0864-40CE-AD60-D7C2EE426DA0}.Release|Any CPU.Build.0 = Release|x86 | ||
{884780DC-0864-40CE-AD60-D7C2EE426DA0}.Release|x86.ActiveCfg = Release|x86 | ||
{884780DC-0864-40CE-AD60-D7C2EE426DA0}.Release|x86.Build.0 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(NestedProjects) = preSolution | ||
{430EA390-C214-4870-8F38-A298EE389898} = {6494E4CF-9644-457A-8241-2F3B510B899D} | ||
{C985CAE0-1878-47B9-A9A1-C29D04362678} = {6494E4CF-9644-457A-8241-2F3B510B899D} | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {40D688D0-D99C-4FD6-8289-0C1A91E02B0A} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.