Skip to content

Commit

Permalink
Drop back to .NET SDK 2.1.302 for AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Aug 25, 2018
1 parent ffee51a commit ad20ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ if ($targetFunction -eq $null) {

_build_step "Performing pre-build verifications"
_require dotnet "Could not find 'dotnet'. Please ensure .NET CLI Tooling is installed."
_verify_dotnetsdk_version "2.1.400"
_verify_dotnetsdk_version "2.1.302"
_require msbuild "Could not find 'msbuild'. Please ensure MSBUILD.EXE v15.7 is on the path."
_verify_msbuild_version "15.7.0"

Expand Down

3 comments on commit ad20ed1

@SimonCropp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bradwilson have u considered using the VS preview image on appveyor to get sdk versions earlier?

@bradwilson
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any time I've used them, build times skyrocket because it takes forever to get an instance. I'd like to avoid them at all costs if possible.

@SimonCropp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool. figured u would have evaluated it already :)

Please sign in to comment.