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 4cef723 commit ab6cf96Copy full SHA for ab6cf96
.github/workflows/dotnetcore-publish.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: brandedoutcast/publish-nuget@master
39
with:
40
# Filepath of the project to be packaged, relative to root of repository
41
- PROJECT_FILE_PATH: src/GitBuildInfo.SourceGenerator/GitBuildInfo.SourceGenerator.csproj
+ PROJECT_FILE_PATH: src/GitBuildInfo.SourceGenerator.csproj
42
# Flag to toggle git tagging, enabled by default
43
TAG_COMMIT: false
44
# API key to authenticate with NuGet server
0 commit comments