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 b79c4b9 commit e6a0343Copy full SHA for e6a0343
.github/workflows/publish_codegen.yml
@@ -30,7 +30,7 @@ jobs:
30
dotnet-version: 6.0.x
31
32
- name: Run Pack
33
- run: dotnet run -p build/build.csproj -- pack
+ run: dotnet run --project build/build.csproj -- pack
34
shell: bash
35
36
- name: Publish to NuGet
0 commit comments