Skip to content
This repository was archived by the owner on Apr 6, 2024. It is now read-only.

Commit 2659345

Browse files
committed
Update to Cake.Recipe 3.0 nightly
1 parent f04ba63 commit 2659345

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

recipe.cake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#load nuget:?package=Cake.Recipe&version=2.2.1
1+
#load nuget:https://pkgs.dev.azure.com/cake-contrib/Home/_packaging/addins/nuget/v3/index.json?package=Cake.Recipe&version=3.0.0-beta0001-0007&prerelease
22

33
//*************************************************************************************************
44
// Settings
@@ -15,7 +15,6 @@ BuildParameters.SetParameters(
1515
repositoryName: "Cake.Issues.GitRepository",
1616
appVeyorAccountName: "cakecontrib",
1717
shouldGenerateDocumentation: false,
18-
shouldRunDupFinder: false,
1918
shouldRunIntegrationTests: true,
2019
integrationTestScriptPath: "./tests/integration/tests.cake");
2120

tools/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Cake" version="0.38.5" />
3+
<package id="Cake" version="1.3.0" />
44
</packages>

0 commit comments

Comments
 (0)