We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81cdb1c commit 05f8c95Copy full SHA for 05f8c95
.github/workflows/build-and-publish.yml
@@ -42,7 +42,7 @@ jobs:
42
# 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.
43
44
- name: Pack NuGet package
45
- run: dotnet pack ./Infragistics.QueryBuilder.Executor.csproj --no-build --no-restore --configuration ${BUILD_CONFIGURATION} -p:PackageVersion=${VERSION} -o $packageOutputDir
+ run: dotnet pack ./Infragistics.QueryBuilder.Executor.csproj --no-build --no-restore --configuration ${BUILD_CONFIGURATION} -p:PackageVersion=${VERSION} -o "${{ github.workspace }}\nupkg"
46
47
- name: Sign NuGet package (using dotnet nuget sign)
48
shell: pwsh
0 commit comments