diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 804b83a2a..35ba96d74 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -120,8 +120,8 @@ jobs: shell: pwsh - name: Decode Code Signing Certificate - shell: bash run: echo $CODE_SIGNING_CERTIFICATE_BASE64 | base64 --decode > code-signing-certificate.pfx + shell: bash - name: Cache NuGet Packages uses: actions/cache@v3 diff --git a/Directory.Build.props b/Directory.Build.props index 9baee864c..941d79ca0 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,7 +5,7 @@ $(AssemblyName) - 2.4.0 + 2.5.0 $(Version) $(Version) Testcontainers