Skip to content

Commit

Permalink
update package download
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jul 22, 2022
1 parent 9124dad commit 6c0ecc5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<ProjectReference Include="..\src\AvantiPoint.Nuke.Maui\AvantiPoint.Nuke.Maui.csproj" />
</ItemGroup>

<ItemGroup>
<PackageDownload Include="AzureSignTool" Version="[3.0.0]" />
<PackageDownload Include="NuGetKeyVaultSignTool" Version="[3.2.2]" />
</ItemGroup>

<Import Project="../src/AvantiPoint.Nuke.Maui/build/AvantiPoint.Nuke.Maui.props" />

</Project>
4 changes: 2 additions & 2 deletions src/AvantiPoint.Nuke.Maui/build/AvantiPoint.Nuke.Maui.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<Project>
<ItemGroup>
<PackageDownload Include="AzureSignTool" Version="[3.0.0]" />
<!-- <PackageDownload Include="AzureSignTool" Version="[3.0.0]" /> -->
<PackageDownload Include="nbgv" Version="[3.5.107]" />
<PackageDownload Include="Nerdbank.GitVersioning" Version="[3.5.107]" />
<PackageDownload Include="NuGetKeyVaultSignTool" Version="[3.2.2]" />
<!-- <PackageDownload Include="NuGetKeyVaultSignTool" Version="[3.2.2]" /> -->
</ItemGroup>
</Project>

0 comments on commit 6c0ecc5

Please sign in to comment.