Skip to content

Commit

Permalink
Remove build with .targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 17, 2024
1 parent 702a342 commit 322676a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ProjectReference Include="..\ricaun.Nuke.PackageBuilder\ricaun.Nuke.PackageBuilder.csproj" />
</ItemGroup>

<Import Project="..\ricaun.Nuke.PackageBuilder\build\ricaun.Nuke.PackageBuilder.targets" />
<!--<Import Project="..\ricaun.Nuke.PackageBuilder\build\ricaun.Nuke.PackageBuilder.targets" />-->

<!--
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Features
- Enable sign files using `Azure Key Vault`.
### Build
- Add import `build` with `.targets`
- [ ] Add import `build` with `.targets`
### Updated
- Update `ricaun.Nuke` to `1.9.0`
- Add `build` with `.targets` to install packages `AzureSignTool` and `NuGetKeyVaultSignTool`.
- [ ] Add `build` with `.targets` to install packages `AzureSignTool` and `NuGetKeyVaultSignTool`.

## [1.7.2] / 2024-11-20
### Updated
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.8.0-alpha.3</Version>
<Version>1.8.0-beta</Version>
</PropertyGroup>
</Project>
5 changes: 1 addition & 4 deletions ricaun.Nuke.PackageBuilder/ricaun.Nuke.PackageBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
<PropertyGroup>
<PackageAssemblyVersion></PackageAssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration.Contains('Debug'))">
<PackageAssemblyVersion>.Dev</PackageAssemblyVersion>
</PropertyGroup>

<PropertyGroup>
<Company>ricaun</Company>
Expand Down Expand Up @@ -85,7 +82,7 @@

<ItemGroup>
<Folder Include="build\" />
<None Include="build\$(MSBuildProjectName).targets" PackagePath="build" Pack="true" />
<!--<None Include="build\$(MSBuildProjectName).targets" PackagePath="build" Pack="true" />-->
</ItemGroup>

</Project>

0 comments on commit 322676a

Please sign in to comment.