Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Commit d997ec0

Browse files
committed
(build) Reset changes made for testing
- Issue identified and corrected upstream in Cake.Recipe
1 parent 99b7eda commit d997ec0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipe.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#load nuget:https://www.myget.org/F/cake-contrib/api/v2?package=Cake.Recipe&version=0.3.0-unstable0398
1+
#load nuget:https://www.myget.org/F/cake-contrib/api/v2?package=Cake.Recipe&prerelease
22

33
Environment.SetVariableNames();
44

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.29.0" />
3+
<package id="Cake" version="0.30.0" />
44
</packages>

0 commit comments

Comments
 (0)