Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
WebSpiderTeam committed Nov 20, 2022
2 parents 75dacc3 + de0c1ae commit ec5615a
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
Binary file added Extras/BT-DMM_MENU_1.22.odp
Binary file not shown.
Binary file added Extras/Remote-Icons.zip
Binary file not shown.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ For this reasons probably there will not any Update on this project but if there

New Alpha Release is in WPF type and added 10byte protocol that Aneng V05B uses and also another 10byte protocol that Aneng St207 uses.
You can download it from releases.

Link is here that compiled [https://github.com/webspiderteam/Bluetooth-DMM-For-Windows/releases](https://github.com/webspiderteam/Bluetooth-DMM-For-Windows/releases/latest)
Detailed Info: https://github.com/webspiderteam/Bluetooth-DMM-For-Windows/wiki

Detailed Info: https://github.com/webspiderteam/Bluetooth-DMM-For-Windows/wiki NEW 10-SEPT-2022

# Screenshots :

Expand Down
33 changes: 33 additions & 0 deletions azure-pipelines-1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# .NET Desktop
# Build and run tests for .NET Desktop or Windows classic desktop solutions.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net

trigger:
- master

pool:
vmImage: 'windows-latest'

variables:
solution: '**/*.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'

steps:
- task: NuGetToolInstaller@1

- task: NuGetCommand@2
inputs:
restoreSolution: '$(solution)'

- task: VSBuild@1
inputs:
solution: '$(solution)'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'

- task: VSTest@2
inputs:
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'

0 comments on commit ec5615a

Please sign in to comment.