File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ jobs:
4242 # We can put it back in case it is important for a specific usecase - then the signed DLLs should somehow be separated from the unsigned ones.
4343
4444 - name : Pack NuGet package
45- run : dotnet pack ./Infragistics.QueryBuilder.Executor.csproj --no-build --no-restore --configuration ${BUILD_CONFIGURATION} -p:PackageVersion=${VERSION} -o "${{ github.workspace }}\ nupkg"
45+ run : dotnet pack ./Infragistics.QueryBuilder.Executor.csproj --no-build --no-restore --configuration ${BUILD_CONFIGURATION} -p:PackageVersion=${VERSION} -o "${{ github.workspace }}/ nupkg"
4646
4747 - name : Sign NuGet package (using dotnet nuget sign)
4848 shell : pwsh
4949 env :
5050 SIGNING_CERTIFICATE_PASSWORD : ${{ secrets.SIGNING_CERTIFICATE_PASSWORD }}
5151 SIGNING_CERTIFICATE_TIMESTAMP_URL : ${{ vars.SIGNING_CERTIFICATE_TIMESTAMP_URL }}
52- run : dotnet nuget sign "${{ github.workspace }}\ nupkg\ *.nupkg" --certificate-path signingcert.pfx--certificate-password "${SIGNING_CERTIFICATE_PASSWORD}" --timestamper "${SIGNING_CERTIFICATE_TIMESTAMP_URL}" --overwrite
52+ run : dotnet nuget sign "${{ github.workspace }}/ nupkg/ *.nupkg" --certificate-path signingcert.pfx--certificate-password "${SIGNING_CERTIFICATE_PASSWORD}" --timestamper "${SIGNING_CERTIFICATE_TIMESTAMP_URL}" --overwrite
5353
5454 - name : NuGet login (OIDC Trusted Publishing)
5555 uses : nuget/login@v1
You can’t perform that action at this time.
0 commit comments