Skip to content

Commit

Permalink
Update ricaun.Nuke to 1.9.*
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 6, 2024
1 parent 108d63d commit 309a0f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ricaun.Nuke" Version="*" />
<PackageReference Include="ricaun.Nuke" Version="*-*" />
<PackageReference Include="Nuke.Tooling.Generator" Version="8.*" />
</ItemGroup>

Expand All @@ -24,14 +24,14 @@
<ProjectReference Include="..\Nuke.NuGetKeyVaultSignTool\Nuke.NuGetKeyVaultSignTool.csproj" />
</ItemGroup>

<ItemGroup>
<!--<ItemGroup>
<PackageDownload Include="AzureSignTool" Version="[6.0.0]" />
<PackageDownload Include="AzureSignTool" Version="[5.0.0]" />
<PackageDownload Include="NuGetKeyVaultSignTool" Version="[3.2.3]" />
</ItemGroup>
<PropertyGroup>
<NoWarn>$(NoWarn);NU1505</NoWarn>
</PropertyGroup>
</PropertyGroup>-->

</Project>
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Add `INuGetKeyVaultSign` to test `NuGetKeyVaultSignTool` inside nuke project using `AzureKeyVaultConfig`.
- Add `IGenerateTools` to generate the `Generated.cs` files.
- Add `AZURE_KEY_VAULT_FILE` and `AZURE_KEY_VAULT_PASSWORD` environment variables in `ci`.
- Update `ricaun.Nuke` to `1.9.*`
### Tests
- Test `AzureKeyVaultConfig` with `AZURE_KEY_VAULT_FILE` environment variable.
- Test `NuGetKeyVaultSignTool` in a package.
Expand Down

0 comments on commit 309a0f2

Please sign in to comment.