Skip to content

Commit

Permalink
Update pipeline to always use latest version of netcore 3.1 when buil…
Browse files Browse the repository at this point in the history
…ding (#162)
  • Loading branch information
daalcant committed Mar 11, 2020
1 parent 8d4d8e8 commit 0c1bdfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Pipelines/core-pipeline.yml
Expand Up @@ -35,7 +35,7 @@ stages:
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '3.1.100'
version: '3.1.x'
- script: 'dotnet tool install -g nbgv'
displayName: 'Install GitVersioning'
- task: PowerShell@2
Expand Down Expand Up @@ -91,7 +91,7 @@ stages:
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '3.1.100'
version: '3.1.x'
- script: 'dotnet tool install -g nbgv'
displayName: 'Install GitVersioning'
- task: PowerShell@2
Expand Down Expand Up @@ -182,7 +182,7 @@ stages:
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '3.1.100'
version: '3.1.x'
- script: 'dotnet tool install -g nbgv'
displayName: 'Install GitVersioning'
- task: PowerShell@2
Expand Down

0 comments on commit 0c1bdfd

Please sign in to comment.