File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
#tool "nuget:?package=GitVersion.CommandLine&version=5.0.1"
2
- #addin nuget : ? package= Cake . Json
2
+ #addin nuget : ? package= Cake . Json & version = 4.0 .0
3
3
#addin nuget: ? package = Newtonsoft . Json
4
4
#addin nuget: ? package = System . Net . Http & version = 4.3 .4
5
5
#addin nuget: ? package = System . Text . Encodings . Web & version = 4.7 .1
@@ -95,7 +95,10 @@ Task("Clean")
95
95
{
96
96
if ( DirectoryExists ( artifactsDir ) )
97
97
{
98
- DeleteDirectory ( artifactsDir , recursive : true ) ;
98
+ DeleteDirectory ( artifactsDir , new DeleteDirectorySettings {
99
+ Recursive = true ,
100
+ Force = true
101
+ } ) ;
99
102
}
100
103
CreateDirectory ( artifactsDir ) ;
101
104
} ) ;
Original file line number Diff line number Diff line change 9
9
<PackageId >Ocelot.Administration</PackageId >
10
10
<PackageTags >API Gateway;.NET core</PackageTags >
11
11
<PackageProjectUrl >https://github.com/ThreeMammals/Ocelot.Administration</PackageProjectUrl >
12
- <PackageProjectUrl >https://github.com/ThreeMammals/Ocelot.Administration</PackageProjectUrl >
13
12
<PackageIconUrl >https://raw.githubusercontent.com/ThreeMammals/Ocelot/develop/images/ocelot_logo.png</PackageIconUrl >
14
13
<RuntimeIdentifiers >win10-x64;osx.10.11-x64;osx.10.12-x64;win7-x64</RuntimeIdentifiers >
15
14
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
Original file line number Diff line number Diff line change 9
9
<PackageId >Ocelot.Provider.Consul</PackageId >
10
10
<PackageTags >API Gateway;.NET core</PackageTags >
11
11
<PackageProjectUrl >https://github.com/ThreeMammals/Ocelot.Provider.Consul</PackageProjectUrl >
12
- <PackageProjectUrl >https://github.com/ThreeMammals/Ocelot.Provider.Consul</PackageProjectUrl >
13
12
<PackageIconUrl >https://raw.githubusercontent.com/ThreeMammals/Ocelot/develop/images/ocelot_logo.png</PackageIconUrl >
14
13
<RuntimeIdentifiers >win10-x64;osx.10.11-x64;osx.10.12-x64;win7-x64</RuntimeIdentifiers >
15
14
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
You can’t perform that action at this time.
0 commit comments