Skip to content

Commit

Permalink
Updated cake
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Apr 7, 2018
1 parent 3406b22 commit 6885600
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ artifacts:
- path: ./artifacts/nuget/*.nupkg
cache:
- tools -> build.cake, tools/packages.config
- '%USERPROFILE%\.nuget\packages -> **\*.targets, **\*.props, **\*.csproj'
nuget:
project_feed: true
deploy:
Expand Down
2 changes: 1 addition & 1 deletion Common.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<FakeItEasy_Version>4.5.1</FakeItEasy_Version>
<Autofac_FakeItEasy_Version>5.0.0</Autofac_FakeItEasy_Version>
<Bogus_Version>22.0.5</Bogus_Version>
<RSG_Testing_Version>0.3.0</RSG_Testing_Version>
<RSG_Testing_Version>0.4.0</RSG_Testing_Version>
</PropertyGroup>
<!-- Overrides -->
<PropertyGroup Condition="'$(TargetFramework)'=='netstandard1.3' or '$(TargetFramework)'=='net451'">
Expand Down
2 changes: 1 addition & 1 deletion cakefile.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#load "nuget:?package=Rocket.Surgery.Cake.Library&version=0.3.0";
#load "nuget:?package=Rocket.Surgery.Cake.Library&version=0.3.1";

Task("Default")
.IsDependentOn("dotnet");
Expand Down
2 changes: 1 addition & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Common.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<RuntimeFrameworkVersion>2.0.3</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>2.0.6</RuntimeFrameworkVersion>
<IsPackable>false</IsPackable>
<PreserveCompilationContext>true</PreserveCompilationContext>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
Expand Down

0 comments on commit 6885600

Please sign in to comment.