Skip to content

Commit

Permalink
Fix Azure Pipelines Build Due to NetCore 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
say25 authored Oct 17, 2019
1 parent 89d55c2 commit e0ec099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resources:

variables:
buildConfiguration: 'Release'
DOTNET_SDK_VERSION: 3.x
DOTNET_SDK_VERSION: 3.0.x

jobs:

Expand Down Expand Up @@ -90,4 +90,4 @@ jobs:
# command: 'test'
# configuration: $(buildConfiguration)
# projects: '**/*Test.csproj'
# publishTestResults: true
# publishTestResults: true

0 comments on commit e0ec099

Please sign in to comment.