Skip to content

Commit

Permalink
- bumps net version for ADO pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Nov 14, 2023
1 parent 729dfd0 commit be32e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ stages:
- task: UseDotNet@2
displayName: 'Use .NET 6'
inputs:
version: 6.x
version: 8.x

- task: PoliCheck@2
displayName: 'Run PoliCheck "/src"'
Expand Down Expand Up @@ -75,7 +75,7 @@ stages:
inputs:
command: test
projects: '$(Build.SourcesDirectory)\Microsoft.Kiota.Abstractions.sln'
arguments: '--configuration $(BuildConfiguration) --no-build --framework net6.0'
arguments: '--configuration $(BuildConfiguration) --no-build --framework net8.0'

# CredScan
- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@3
Expand Down

0 comments on commit be32e1c

Please sign in to comment.