Skip to content

Commit

Permalink
Fix build when no releases in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
visose committed Dec 30, 2021
1 parent dfd9256 commit 4237273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Extensions.Build/Extensions.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="RhinoPackager" Version="1.0.0" />
<PackageReference Include="RhinoPackager" Version="1.0.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion build/Extensions.Build/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"Extensions.Build": {
"commandName": "Project",
"commandLineArgs": "test build package",
"commandLineArgs": "check",
"workingDirectory": "../../"
}
}
Expand Down

0 comments on commit 4237273

Please sign in to comment.