Skip to content

Commit

Permalink
Build with 6.x SDK & bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Oct 22, 2021
1 parent 258b675 commit b55e78b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.18.0" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.Contains('-windows'))">
<ItemGroup Condition="$(TargetFramework.Contains('5.0-windows'))">
<PackageReference Include="System.Management" Version="5.0.0" />
</ItemGroup>

Expand Down
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stages:
jobs:
- job: Build
pool:
vmImage: windows-latest
vmImage: windows-2022

variables:
BuildConfiguration: Release
Expand All @@ -24,7 +24,8 @@ stages:
steps:
- task: UseDotNet@2
inputs:
version: 5.x
version: 6.x
includePreviewVersions: true

- task: DotNetCoreCLI@2
inputs:
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.17",
"version": "2.18",
"publicReleaseRefSpec": [
"^refs/heads/main$", // we release out of main
"^refs/heads/dev$", // we release out of develop
Expand Down

0 comments on commit b55e78b

Please sign in to comment.