Skip to content

Commit

Permalink
Remove CreateTemporaryIgnore
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 12, 2024
1 parent 435563b commit 52f074a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion ricaun.Nuke/Components/IClean.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public interface IClean : IHazSolution, INukeBuild
Target Clean => _ => _
.Executes(() =>
{
CreateTemporaryIgnore();
//CreateTemporaryIgnore();
Solution.ClearSolution(BuildProjectDirectory);
});

Expand Down
2 changes: 1 addition & 1 deletion ricaun.Nuke/ricaun.Nuke.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<PropertyGroup>
<PackageId>ricaun.Nuke</PackageId>
<Version>1.9.0-alpha.9</Version>
<Version>1.9.0-alpha.10</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 52f074a

Please sign in to comment.