Skip to content

Commit

Permalink
Updated to .NET Core 3.1.100
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaleonis committed Dec 3, 2019
1 parent a102365 commit ea58fc7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions azure-pipelines.yml
Expand Up @@ -16,13 +16,13 @@ jobs:
workspace:
clean: all
steps:
# - task: UseDotNet@2
# displayName: 'Use .NET Core SDK 3.1'
# inputs:
# packageType: sdk
# version: 3.1.x
# includePreviewVersions: true
# installationPath: $(Agent.ToolsDirectory)
- task: UseDotNet@2
displayName: 'Use .NET Core SDK 3.1'
inputs:
packageType: sdk
version: 3.1.100
includePreviewVersions: false
installationPath: $(Agent.ToolsDirectory)
#

- task: PowerShell@2
Expand Down
2 changes: 1 addition & 1 deletion global.json
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "3.1.100-preview3-014645"
"version": "3.1.100"
}
}

0 comments on commit ea58fc7

Please sign in to comment.