Skip to content

Commit

Permalink
Prerelease nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Mar 27, 2024
1 parent d57a617 commit 0686620
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ jobs:
run: ./build/build.cmd --root ./build
env:
GitHubToken: ${{ secrets.GITHUB_TOKEN }}

NugetApiUrl: ${{ secrets.NUGET_API_URL }}
NugetApiKey: ${{ secrets.NUGET_API_KEY }}

SignFile: ${{ secrets.SIGN_FILE }}
SignPassword: ${{ secrets.SIGN_PASSWORD }}
1 change: 1 addition & 0 deletions Build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@

class Build : NukeBuild, IPublishPack, IPrePack
{
bool IPack.UnlistNuget => true;
public static int Main() => Execute<Build>(x => x.From<IPublishPack>().Build);
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<PropertyGroup>
<PackageId>RevitVersion.DefineConstants</PackageId>
<Version>1.0.0-beta</Version>
<Version>1.0.0-beta.1</Version>
<ProjectGuid>{92328A76-ABD3-4197-AB06-19741F2F4566}</ProjectGuid>
</PropertyGroup>

Expand Down

0 comments on commit 0686620

Please sign in to comment.