Skip to content

Commit

Permalink
updating cake script
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwlicious committed May 2, 2020
1 parent 4e5baf6 commit e154b17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ Task("Build")
.WithProperty("Version", semVersion)
.WithProperty("PackageVersion", gitVersionResults.MajorMinorPatch)
.WithProperty("PackageOutputPath", MakeAbsolute(nugetPackageDir).FullPath)
.UseToolVersion(MSBuildToolVersion.VS2017)
.SetNodeReuse(false);
// setup binary logging for solution to artifacts dir
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceStack.Quartz/ServiceStack.Quartz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ReleaseNotes>https://github.com/wwwlicious/ServiceStack.Quartz/releases</ReleaseNotes>
<PackageTags>servicestack quartz quartznet job schedule plugin</PackageTags>
<RepositoryUrl>https://github.com/wwwlicious/ServiceStack.Quartz</RepositoryUrl>
<LangVersion>8</LangVersion>
<LangVersion>default</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net452|AnyCPU'">
<DefineConstants>TRACE;DEBUG;NET452;</DefineConstants>
Expand Down

0 comments on commit e154b17

Please sign in to comment.