diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 57e149f..6d1a0d9 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -23,7 +23,7 @@ jobs: run: ./build/build.cmd --root ./build env: GitHubToken: ${{ secrets.GITHUB_TOKEN }} - SignFile: ${{ secrets.SIGN_FILE }} - SignPassword: ${{ secrets.SIGN_PASSWORD }} + SignFile: ${{ secrets.SIGN_FILE_AZURE }} + SignPassword: ${{ secrets.SIGN_PASSWORD_AZURE }} NugetApiUrl: ${{ secrets.NUGET_API_URL }} NugetApiKey: ${{ secrets.NUGET_API_KEY }} \ No newline at end of file diff --git a/Directory.Build.props b/Directory.Build.props index e8e871c..c3ee3c0 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.8.0-rc.1 + 1.8.0-rc.2 \ No newline at end of file