Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Specify .NET Core SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielweyer committed Feb 23, 2019
1 parent 61e94a3 commit aa00622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ install:
# Cake build is targeting `.NET Core` `2.2.0`, so we can safely install the latest `SDK`
# The `SDK` is required to restore, build, publish... a `.NET Core` application
# https://www.microsoft.com/net/download/windows
- ps: .\build\dotnet-install.ps1 -Channel Current -Version latest
- ps: .\build\dotnet-install.ps1 -Channel 2.2 -Version 2.2.104
- ps: dotnet tool install --global Cake.Tool --version 0.31.0

0 comments on commit aa00622

Please sign in to comment.