diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2dd641..9df466c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Add `AzureKeyVaultConfig` with json file with `Azure Key Vault` without secrets.
- [ ] Add `build` with `.targets` to install packages `AzureSignTool` and `NuGetKeyVaultSignTool`.
- Add `PackageDownload` to download `AzureSignTool` and `NuGetKeyVaultSignTool` on the fly.
-- Update `IClear` with `CreateTemporaryIgnore`.
+- [ ] Update `IClear` with `CreateTemporaryIgnore`.
- [ ] Update `ISign` with `Requires`.
- Add `HttpAuthTasks` to get/post files.
- Update `IsPathTooLong` to equal or greater than `260`.
diff --git a/ricaun.Nuke/Components/IClean.cs b/ricaun.Nuke/Components/IClean.cs
index b2028e1..9a67214 100644
--- a/ricaun.Nuke/Components/IClean.cs
+++ b/ricaun.Nuke/Components/IClean.cs
@@ -15,7 +15,7 @@ public interface IClean : IHazSolution, INukeBuild
Target Clean => _ => _
.Executes(() =>
{
- CreateTemporaryIgnore();
+ //CreateTemporaryIgnore();
Solution.ClearSolution(BuildProjectDirectory);
});
diff --git a/ricaun.Nuke/ricaun.Nuke.csproj b/ricaun.Nuke/ricaun.Nuke.csproj
index 2763e5e..dd24a87 100644
--- a/ricaun.Nuke/ricaun.Nuke.csproj
+++ b/ricaun.Nuke/ricaun.Nuke.csproj
@@ -8,7 +8,7 @@
ricaun.Nuke
- 1.9.0-alpha.9
+ 1.9.0-alpha.10