Skip to content

Commit

Permalink
Version bump. Azure build test changes. Azure build trigger changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-visual-studio committed Oct 23, 2022
1 parent af97c6c commit 0c81f65
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
26 changes: 10 additions & 16 deletions .azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,9 +16,9 @@ parameters:

trigger:
batch: true
branches:
include:
- master
# branches:
# include:
# - master

pool:
vmImage: 'windows-2022'
Expand All @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions DPackRx/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="3D22E261-32E5-46CE-A4B0-B884FA49A9A2.2022" Version="4.5.1" Language="en-US" Publisher="Sergey M" />
<Identity Id="3D22E261-32E5-46CE-A4B0-B884FA49A9A2.2022" Version="4.5.2" Language="en-US" Publisher="Sergey M" />
<DisplayName>DPack Rx 2022</DisplayName>
<Description xml:space="preserve">FREE tools collection designed to greatly increase developer's productivity, automate repetitive processes and expand upon some of Microsoft Visual Studio features.</Description>
<MoreInfo>https://github.com/sergey-visual-studio/dpack</MoreInfo>
<Icon>Resources\Package.ico</Icon>
<PreviewImage>Resources\Preview.png</PreviewImage>
<Tags>Code, Coding, Tools, Productivity, DPack</Tags>
<Preview>true</Preview>
</Metadata>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
Expand Down

0 comments on commit 0c81f65

Please sign in to comment.