Skip to content

Commit

Permalink
Prerelease Nuget alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 14, 2023
1 parent 2a87b2e commit 776c6fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,13 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: NuGet Setup
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
- name: "NuGet Add Source Organization"
run: if ("${{ secrets.ORGANIZATION_SOURCE_PACKAGE_PASSWORD }}" -ne "") { dotnet nuget add source --username ${{ secrets.ORGANIZATION_SOURCE_PACKAGE_USERNAME }} --password ${{ secrets.ORGANIZATION_SOURCE_PACKAGE_PASSWORD }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/${{github.repository_owner}}/index.json" }

- name: Run './build/build.cmd'
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 }}
InstallationFiles: ${{ secrets.INSTALLATION_FILES }}
SignPassword: ${{ secrets.SIGN_PASSWORD }}
2 changes: 1 addition & 1 deletion ricaun.Revit.UI.StatusBar/ricaun.Revit.UI.StatusBar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<PropertyGroup>
<PackageId>ricaun.Revit.UI.StatusBar</PackageId>
<Version>1.0.0-alpha.3</Version>
<Version>1.0.0-alpha.4</Version>
<ProjectGuid>{841E5210-49AA-415B-9B05-23B47C840BA1}</ProjectGuid>
</PropertyGroup>

Expand Down

0 comments on commit 776c6fe

Please sign in to comment.