File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
using Umbraco . Cms . Core . Configuration ;
5
5
using Umbraco . Cms . Core . Configuration . Models ;
6
+ using Umbraco . Deploy . Core . Configuration . DebugConfiguration ;
6
7
using Umbraco . Deploy . Core . Configuration . DeployConfiguration ;
7
8
using Umbraco . Deploy . Core . Configuration . DeployProjectConfiguration ;
8
9
using Umbraco . Forms . Core . Configuration ;
@@ -127,6 +128,8 @@ public class DeployDefinition
127
128
public DeploySettings Settings { get ; set ; }
128
129
129
130
public DeployProjectConfig Project { get ; set ; }
131
+
132
+ public DebugSettings Debug { get ; set ; }
130
133
}
131
134
}
132
135
}
Original file line number Diff line number Diff line change 10
10
<PackageReference Include =" CommandLineParser" Version =" 2.8.0" />
11
11
<PackageReference Include =" NJsonSchema" Version =" 10.5.2" />
12
12
<PackageReference Include =" System.Xml.XPath.XmlDocument" Version =" 4.3.0" />
13
- <PackageReference Include =" Umbraco.Deploy.Core" Version =" 9.2 .0" />
14
- <PackageReference Include =" Umbraco.Forms.Core" Version =" 9.2 .0" />
13
+ <PackageReference Include =" Umbraco.Deploy.Core" Version =" 9.3 .0" />
14
+ <PackageReference Include =" Umbraco.Forms.Core" Version =" 9.3 .0" />
15
15
</ItemGroup >
16
16
17
17
<ItemGroup >
You can’t perform that action at this time.
0 commit comments