Skip to content

Commit

Permalink
try again with VS 2019 preview on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Dec 17, 2018
1 parent c5af49c commit f0b0a1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ branches:
- master

skip_tags: true
image: Visual Studio 2017
# image: Visual Studio 2017
image: Visual Studio 2019 Preview
configuration: Release
test: off

Expand Down
3 changes: 2 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ if (local == false
GitVersion gitVersion = GitVersion(new GitVersionSettings { OutputType = GitVersionOutput.Json });

var latestInstallationPath = VSWhereLatest();
var msBuildPath = latestInstallationPath.CombineWithFilePath("./MSBuild/15.0/Bin/MSBuild.exe");
//var msBuildPath = latestInstallationPath.CombineWithFilePath("./MSBuild/15.0/Bin/MSBuild.exe");
var msBuildPath = latestInstallationPath.CombineWithFilePath("./MSBuild/Current/Bin/MSBuild.exe");

var isPullRequest = AppVeyor.Environment.PullRequest.IsPullRequest;
var branchName = gitVersion.BranchName;
Expand Down

0 comments on commit f0b0a1a

Please sign in to comment.