diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index c7b90ce..fe95991 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -1,8 +1,3 @@ -# .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 - parameters: - name: configuration displayName: Build Configuration @@ -21,9 +16,9 @@ parameters: trigger: batch: true - branches: - include: - - master +# branches: +# include: +# - master pool: vmImage: 'windows-2022' @@ -50,14 +45,13 @@ steps: configuration: '$(buildConfiguration)' msbuildArgs: '-verbosity:minimal -p:DeployExtension=false -p:BETA=${{ parameters.beta }}' -# TODO: test task is disabled until support for VS 2022 is added for this Azure image -# - task: VSTest@2 -# inputs: -# vsTestVersion: '17.0' -# platform: '$(buildPlatform)' -# configuration: '$(buildConfiguration)' -# testAssemblyVer2: | -# **/bin/$(buildConfiguration)/*.Tests.dll +- task: VSTest@2 + inputs: + vsTestVersion: 'latest' + platform: '$(buildPlatform)' + configuration: '$(buildConfiguration)' + testAssemblyVer2: | + **/bin/$(buildConfiguration)/*.Tests.dll - task: CopyFiles@2 inputs: diff --git a/DPackRx/source.extension.vsixmanifest b/DPackRx/source.extension.vsixmanifest index 2d6eaea..d345ef9 100644 --- a/DPackRx/source.extension.vsixmanifest +++ b/DPackRx/source.extension.vsixmanifest @@ -1,14 +1,13 @@  - + DPack Rx 2022 FREE tools collection designed to greatly increase developer's productivity, automate repetitive processes and expand upon some of Microsoft Visual Studio features. https://github.com/sergey-visual-studio/dpack Resources\Package.ico Resources\Preview.png Code, Coding, Tools, Productivity, DPack - true