Skip to content

Commit

Permalink
Release nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 16, 2024
1 parent 04e103a commit bf686bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,11 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: NuGet Setup
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
6.0.x
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 }}
SignFile: ${{ secrets.SIGN_FILE }}
SignPassword: ${{ secrets.SIGN_PASSWORD }}
InstallationFiles: ${{ secrets.INSTALLATION_FILES }}
NugetApiUrl: ${{ secrets.NUGET_API_URL }}
NugetApiKey: ${{ secrets.NUGET_API_KEY }}
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
[![Nuke](https://img.shields.io/badge/Nuke-Build-blue)](https://nuke.build/)
[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Build](https://github.com/ricaun-io/ricaun.Security.WinTrust/actions/workflows/Build.yml/badge.svg)](https://github.com/ricaun-io/ricaun.Security.WinTrust/actions)
[![.NET Framework 4.5](https://img.shields.io/badge/.NET%20Framework%204.5-blue.svg)](https://github.com/ricaun-io/ricaun.Security.WinTrust)
[![.NET Standard 2.0](https://img.shields.io/badge/.NET%20Standard%202.0-blue.svg)](https://github.com/ricaun-io/ricaun.Security.WinTrust)
[![nuget](https://img.shields.io/nuget/v/ricaun.Security.WinTrust?logo=nuget&label=nuget&color=blue)](https://www.nuget.org/packages/ricaun.Security.WinTrust)

## Description

Expand Down
2 changes: 1 addition & 1 deletion ricaun.Security.WinTrust/ricaun.Security.WinTrust.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<PropertyGroup>
<PackageId>ricaun.Security.WinTrust</PackageId>
<Version>1.1.0-alpha</Version>
<Version>1.1.0-rc</Version>
<ProjectGuid>{AC121D4A-F00B-4B94-AD1B-ED7665C4803A}</ProjectGuid>
</PropertyGroup>

Expand Down

0 comments on commit bf686bb

Please sign in to comment.