From f2edf6bd44f2f541be5d4a377b3dfe858ac33416 Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Tue, 17 Dec 2024 15:30:33 -0300 Subject: [PATCH] Test Sign Azure --- .github/workflows/Build.yml | 6 ++++-- Directory.Build.props | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 0f0c0fb..e166508 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -27,7 +27,9 @@ jobs: NugetApiUrl: ${{ secrets.NUGET_API_URL }} NugetApiKey: ${{ secrets.NUGET_API_KEY }} - SignFile: ${{ secrets.SIGN_FILE }} - SignPassword: ${{ secrets.SIGN_PASSWORD }} + # SignFile: ${{ secrets.SIGN_FILE }} + # SignPassword: ${{ secrets.SIGN_PASSWORD }} + SignFile: ${{ secrets.AZURE_KEY_VAULT_FILE }} + SignPassword: ${{ secrets.AZURE_KEY_VAULT_PASSWORD }} InstallationFiles: ${{ secrets.INSTALLATION_FILES }} \ No newline at end of file diff --git a/Directory.Build.props b/Directory.Build.props index 250616a..86cbe70 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.8.0-beta + 1.8.0-beta.1 \ No newline at end of file