Skip to content

Commit 05f8c95

Browse files
Change NuGet package output directory format
Update output directory for NuGet package in CI workflow.
1 parent 81cdb1c commit 05f8c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ 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 $packageOutputDir
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

0 commit comments

Comments
 (0)