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 018fe99 commit 4570d13Copy full SHA for 4570d13
.github/workflows/nuget.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Pack NuGet Packages
35
run: |
36
- dotnet pack ./neo.sln \
+ dotnet pack ./neofs-api-sharp.sln \
37
--configuration Release \
38
--output ./pkgs \
39
--verbosity normal \
0 commit comments