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.
2 parents 6b67669 + f850c7a commit 1f3c5aeCopy full SHA for 1f3c5ae
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Pack NuGet package
56
if: steps.get_tag.outputs.tag != ''
57
- run: dotnet pack $SOLUTION --configuration $BUILD_CONFIG --no-build --output ./artifacts
+ run: dotnet pack src/EmbeddedResourcePropertyGenerator/EmbeddedResourcePropertyGenerator.csproj --configuration $BUILD_CONFIG --no-build --output ./artifacts
58
59
- name: Publish to NuGet
60
0 commit comments