We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6d5ee commit aa04cb7Copy full SHA for aa04cb7
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: rohith/publish-nuget@v2
22
with:
23
# Filepath of the project to be packaged, relative to root of repository
24
- PROJECT_FILE_PATH: System.ServiceProcess/System.ServiceProcess.csproj
+ PROJECT_FILE_PATH: System.ServiceProcess.Core/System.ServiceProcess.Core.csproj
25
26
# NuGet package id, used for version detection & defaults to project name
27
PACKAGE_NAME: Core.System.ServiceProcess
0 commit comments