Skip to content

Commit

Permalink
VS 2022 suport WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-visual-studio committed Nov 12, 2021
1 parent fe7829a commit 34c3843
Show file tree
Hide file tree
Showing 21 changed files with 209 additions and 685 deletions.
6 changes: 3 additions & 3 deletions .azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ trigger:
- master

pool:
vmImage: 'windows-2019'
vmImage: 'windows-2022'

variables:
solution: 'DPackRx.sln'
Expand All @@ -44,15 +44,15 @@ steps:

- task: VSBuild@1
inputs:
vsVersion: '16.0'
vsVersion: '17.0'
solution: '$(solution)'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'
msbuildArgs: '-verbosity:minimal -p:DeployExtension=false -p:BETA=${{ parameters.beta }}'

- task: VSTest@2
inputs:
vsTestVersion: '16.0'
vsTestVersion: '17.0'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'
testAssemblyVer2: |
Expand Down
172 changes: 25 additions & 147 deletions DPackRx.Tests/DPackRx.Tests.csproj

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions DPackRx.Tests/Services/UtilsServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ namespace DPackRx.Tests.Services
/// UtilsService tests.
/// </summary>
[TestFixture]
[NonParallelizable]
public class UtilsServiceTests
{
#region Private Methods
Expand Down
19 changes: 0 additions & 19 deletions DPackRx.Tests/app.config

This file was deleted.

43 changes: 0 additions & 43 deletions DPackRx.Tests/packages.config

This file was deleted.

Loading

0 comments on commit 34c3843

Please sign in to comment.