Skip to content

Commit

Permalink
appveyor again...
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Nov 28, 2018
1 parent f08ea98 commit 9a5a660
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- master

skip_tags: true
image: Visual Studio 2017
image: Visual Studio 2017 Preview
configuration: Release
platform: Any CPU
test: off
Expand Down
6 changes: 3 additions & 3 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Task("Restore")
{
var msBuildSettings = new MSBuildSettings {
Verbosity = Verbosity.Minimal,
//ToolVersion = MSBuildToolVersion.VS2017,
ToolVersion = MSBuildToolVersion.Default,
Configuration = configuration,
// Restore = true, // only with cake 0.28.x
ArgumentCustomization = args => args.Append("/m")
Expand All @@ -116,7 +116,7 @@ Task("Build")
{
var msBuildSettings = new MSBuildSettings {
Verbosity = Verbosity.Normal,
//ToolVersion = MSBuildToolVersion.VS2017,
ToolVersion = MSBuildToolVersion.Default,
Configuration = configuration,
// Restore = true, // only with cake 0.28.x
ArgumentCustomization = args => args.Append("/m")
Expand All @@ -139,7 +139,7 @@ Task("Pack")

var msBuildSettings = new MSBuildSettings {
Verbosity = Verbosity.Normal,
//ToolVersion = MSBuildToolVersion.VS2017,
ToolVersion = MSBuildToolVersion.Default,
Configuration = configuration
// PlatformTarget = PlatformTarget.MSIL
};
Expand Down

0 comments on commit 9a5a660

Please sign in to comment.