Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
targetType: 'inline'
script: |
# Configure git for the build agent
git config --global user.email "qubit@z-bitco.com"
git config --global user.email "byteme@bytedreamer.com"
git config --global user.name "Azure DevOps Build Agent"

# Get current version for display
Expand Down
16 changes: 10 additions & 6 deletions src/OSDP.Net.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OSDP.Net.Tests", "OSDP.Net.
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PDConsole", "PDConsole\PDConsole.csproj", "{9F1C4E3D-8B7A-4C2E-9D1F-5A8B3C7E9F4D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Settings", "Settings", "{5CE38FA4-377F-4C0D-A680-9CEA9A7CDBEE}"
ProjectSection(SolutionItems) = preProject
..\azure-pipelines.yml = ..\azure-pipelines.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{B304A16C-CA32-4692-9AED-D8886CC9184C}"
ProjectSection(SolutionItems) = preProject
..\CODE_OF_CONDUCT.md = ..\CODE_OF_CONDUCT.md
Expand All @@ -34,11 +29,20 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ci", "ci", "{B139D674-6612-
ProjectSection(SolutionItems) = preProject
..\ci\build.yml = ..\ci\build.yml
..\ci\package.yml = ..\ci\package.yml
..\azure-pipelines.yml = ..\azure-pipelines.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimplePDDevice", "samples\SimplePDDevice\SimplePDDevice.csproj", "{6A18B8B0-C7E2-49E0-A739-E181BCABFAC9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{9C496298-4302-4CF5-BED0-E2E508E58382}"
ProjectSection(SolutionItems) = preProject
..\scripts\api-diff-check.ps1 = ..\scripts\api-diff-check.ps1
..\scripts\generate-api-baseline.ps1 = ..\scripts\generate-api-baseline.ps1
..\scripts\Get-Version.ps1 = ..\scripts\Get-Version.ps1
..\scripts\Increment-Version.ps1 = ..\scripts\Increment-Version.ps1
..\scripts\Set-Version.ps1 = ..\scripts\Set-Version.ps1
..\scripts\validate-api.ps1 = ..\scripts\validate-api.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down