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