Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
remove explicit setting of .net core sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Mar 4, 2019
1 parent 59354a4 commit 944d8ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ variables:
BuildConfiguration: 'Release'

steps:
- task: DotNetCoreInstaller@0
inputs:
version: '3.0.100-preview-010184'
#- task: DotNetCoreInstaller@0
# inputs:
# version: '3.0.100-preview-010184'

- task: NuGetToolInstaller@0
displayName: Use NuGet 4.9.3
Expand Down
3 changes: 0 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"sdk": {
"version": "3.0.100-preview"
},
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "1.6.65"
}
Expand Down

0 comments on commit 944d8ec

Please sign in to comment.