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 e7ffa1b commit 355ea69Copy full SHA for 355ea69
.github/workflows/nuget-tag-publish.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build with dotnet
23
run: |
24
dotnet build --configuration release
25
- dotnet pack --configuration release --no-build
+ dotnet pack --configuration release --no-build src\dotnetCampus.CodeAnalysisUtils\DotNetCampus.CodeAnalysisUtils.csproj
26
27
- name: Push generated package to NuGet
28
0 commit comments