Skip to content

Commit

Permalink
File Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-luberda committed May 5, 2018
1 parent 43fc291 commit 846338f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Task("Libraries")
.SetConfiguration(CONFIG)
.UseToolVersion(MSBuildToolVersion.VS2017)
.SetMSBuildPlatform(Cake.Common.Tools.MSBuild.MSBuildPlatform.x86)
.SuppressVersionRecommendedFormatWarning()
.SetVerbosity(Verbosity.Minimal)
.WithProperty("TreatWarningsAsErrors", false.ToString())
.WithProperty("NoWarn", "1591") /* 1701","1702","1705","1591","1587","NU1605" */
Expand Down

0 comments on commit 846338f

Please sign in to comment.