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 5ce6c9b commit e6659f8Copy full SHA for e6659f8
.github/workflows/build-and-release.yaml
@@ -36,7 +36,7 @@ jobs:
36
type=semver,pattern={{version}}
37
38
- name: Pack .NET project
39
- run: dotnet pack src/Intility.Logging -o Intility.Logging/output --no-build --property:TreatWarningsAsErrors=true --property:Version=${{ steps.meta.outputs.tags }}
+ run: dotnet pack Intility.Logging.sln -o Intility.Logging/output --no-build --property:TreatWarningsAsErrors=true --property:Version=${{ steps.meta.outputs.tags }}
40
41
- name: Publish to NuGet
42
run: dotnet nuget push Intility.Logging/output/*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments